浏览代码

Fixed CS errors

Jose Lorenzo Rodriguez 11 年之前
父节点
当前提交
932d8324f6
共有 2 个文件被更改,包括 1 次插入2 次删除
  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
  * If called with no arguments it will return the current tree of associations to
  * be matched.
  * 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
  * @param callable|null $builder the callback function to be used for setting extra
  * options to the filtering query
  * options to the filtering query
  * @return array The resulting containments array
  * @return array The resulting containments array

+ 0 - 1
src/ORM/ResultSet.php

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