Skip to content

Commit

Permalink
Merge pull request #9693 from ndm2/pr-9865-example
Browse files Browse the repository at this point in the history
Change variable names in the example method body too.
  • Loading branch information
dereuromark committed Nov 2, 2016
2 parents f26e118 + 14fd7bb commit 7a7b5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Table.php
Expand Up @@ -473,8 +473,8 @@ public function schema($schema = null)
*
* ```
* protected function _initializeSchema(\Cake\Database\Schema\Schema $schema) {
* $table->columnType('preferences', 'json');
* return $table;
* $schema->columnType('preferences', 'json');
* return $schema;
* }
* ```
*
Expand Down

0 comments on commit 7a7b5d4

Please sign in to comment.