Skip to content

Commit

Permalink
Fix @note annotation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak authored and phansys committed Oct 7, 2024
1 parent 7779be6 commit f8eb70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ abstract class AbstractLogEntry implements LogEntryInterface
*
* @ORM\Column(type="array", nullable=true)
*
* @note The attribute uses the "array" name directly instead of the constant since it was removed in DBAL 4.0.
* NOTE: The attribute uses the "array" name directly instead of the constant since it was removed in DBAL 4.0.
*/
#[ORM\Column(type: 'array', nullable: true)]
protected $data;
Expand Down

0 comments on commit f8eb70d

Please sign in to comment.