Browse Source

correct a typo and CS

antograssiot 10 years ago
parent
commit
4571621353
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Datasource/RulesAwareTrait.php
  2. 1 1
      src/ORM/Table.php

+ 1 - 1
src/Datasource/RulesAwareTrait.php

@@ -82,7 +82,7 @@ trait RulesAwareTrait
     /**
      * Returns the RulesChecker for this instance.
      *
-     * A RulesChecker object is used to test an entity for validity 
+     * A RulesChecker object is used to test an entity for validity
      * on rules that may involve complex logic or data that
      * needs to be fetched from relevant datasources.
      *

+ 1 - 1
src/ORM/Table.php

@@ -1063,7 +1063,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
      *
      * @param \Cake\ORM\Query $query The query to find with
      * @param array $options The options to find with
-     * @return \Cake\ORM\Query The qury builder
+     * @return \Cake\ORM\Query The query builder
      */
     public function findThreaded(Query $query, array $options)
     {