Skip to content

Commit

Permalink
Fix doc block example to match method.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 9, 2017
1 parent 15bf955 commit 43a6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityTrait.php
Expand Up @@ -1121,7 +1121,7 @@ public function accessible($property, $set = null)
* 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
* that any other property specified before will take its value. For example
* `$entity->accessible('*', true)` means that any property not specified already
* `$entity->setAccess('*', true)` means that any property not specified already
* will be accessible by default.
*
* You can also call this method with an array of properties, in which case they
Expand Down

0 comments on commit 43a6430

Please sign in to comment.