Browse Source

Fixed CS errors

Jose Lorenzo Rodriguez 11 years ago
parent
commit
932d8324f6
2 changed files with 1 additions and 2 deletions
  1. 1 1
      src/ORM/EagerLoader.php
  2. 0 1
      src/ORM/ResultSet.php

+ 1 - 1
src/ORM/EagerLoader.php

@@ -140,7 +140,7 @@ class EagerLoader {
  * If called with no arguments it will return the current tree of associations to
  * be matched.
  *
- * @param string $assoc|null A single association or a dot separated path of associations.
+ * @param string|null $assoc A single association or a dot separated path of associations.
  * @param callable|null $builder the callback function to be used for setting extra
  * options to the filtering query
  * @return array The resulting containments array

+ 0 - 1
src/ORM/ResultSet.php

@@ -83,7 +83,6 @@ class ResultSet implements ResultSetInterface {
  */
 	protected $_containMap = [];
 
-
 /**
  * Map of fields that are fetched from the statement with
  * their type and the table they belong to