Skip to content

Commit

Permalink
Merge pull request #8002 from Casmo/patch-1
Browse files Browse the repository at this point in the history
Fix code markup for the DOCS
  • Loading branch information
antograssiot committed Jan 10, 2016
2 parents f07afb7 + 2b07107 commit cb619b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Datasource/EntityTrait.php
Expand Up @@ -167,7 +167,9 @@ public function __unset($property)
*
* ### Example:
*
* ``$entity->set('name', 'Andrew');``
* ```
* $entity->set('name', 'Andrew');
* ```
*
* It is also possible to mass-assign multiple properties to this entity
* with one call by passing a hashed array as properties in the form of
Expand Down

0 comments on commit cb619b5

Please sign in to comment.