Skip to content

Commit cd6acad

Browse files
committed
Fix typo in docs
1 parent 1fda0aa commit cd6acad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Entity/EntityId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Abstract since 2.0
1212
*
1313
* @licence GNU GPL v2+
14-
* @author Jeroen De Dauw < jeroendedauw@gmail.com
14+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1515
*/
1616
abstract class EntityId implements Comparable, Serializable {
1717

src/Entity/ItemId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @since 0.5
99
*
1010
* @licence GNU GPL v2+
11-
* @author Jeroen De Dauw < jeroendedauw@gmail.com
11+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1212
*/
1313
class ItemId extends EntityId {
1414

0 commit comments

Comments
 (0)