Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jul 20, 2016
1 parent 61dd97e commit 4b28aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/SaveOptionsBuilder.php
Expand Up @@ -48,6 +48,7 @@ class SaveOptionsBuilder extends ArrayObject
* Constructor.
*
* @param \Cake\ORM\Table $table A table instance.
* @param array $options Options to parse when instantiating.
*/
public function __construct(Table $table, array $options = [])
{
Expand Down
1 change: 1 addition & 0 deletions src/ORM/Table.php
Expand Up @@ -2371,6 +2371,7 @@ public function buildRules(RulesChecker $rules)
/**
* Gets a SaveOptionsBuilder instance.
*
* @param array $options Options to load into the builder.
* @return \Cake\ORM\SaveOptionsBuilder
*/
public function getSaveOptionsBuilder(array $options = [])
Expand Down

0 comments on commit 4b28aaf

Please sign in to comment.