Skip to content

Commit f8eb70d

Browse files
mpysiakphansys
authored andcommitted
Fix @note annotation error
1 parent 7779be6 commit f8eb70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ abstract class AbstractLogEntry implements LogEntryInterface
8585
*
8686
* @ORM\Column(type="array", nullable=true)
8787
*
88-
* @note The attribute uses the "array" name directly instead of the constant since it was removed in DBAL 4.0.
88+
* NOTE: The attribute uses the "array" name directly instead of the constant since it was removed in DBAL 4.0.
8989
*/
9090
#[ORM\Column(type: 'array', nullable: true)]
9191
protected $data;

0 commit comments

Comments
 (0)