|
|
@@ -167,7 +167,7 @@ interface EntityInterface extends ArrayAccess, JsonSerializable
|
|
|
|
|
|
/**
|
|
|
* Stores whether or not a property value can be changed or set in this entity.
|
|
|
- * The special property '*' can also be marked as accessible or protected, meaning
|
|
|
+ * The special property `*` can also be marked as accessible or protected, meaning
|
|
|
* that any other property specified before will take its value. For example
|
|
|
* `$entity->accessible('*', true)` means that any property not specified already
|
|
|
* will be accessible by default.
|