Browse Source

Fix code markup for the DOCS

Fix for markup in the CakePHP API docs.
Mathieu 10 years ago
parent
commit
2b0710742e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/Datasource/EntityTrait.php

+ 3 - 1
src/Datasource/EntityTrait.php

@@ -167,7 +167,9 @@ trait EntityTrait
      *
      * ### 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