We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779be6 commit f8eb70dCopy full SHA for f8eb70d
src/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php
@@ -85,7 +85,7 @@ abstract class AbstractLogEntry implements LogEntryInterface
85
*
86
* @ORM\Column(type="array", nullable=true)
87
88
- * @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.
89
*/
90
#[ORM\Column(type: 'array', nullable: true)]
91
protected $data;
0 commit comments