Completed
Pull Request — master (#13)
by
unknown
02:26
created
src/query/Relational.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     /**
96 96
      * Retrieve entities from database.
97 97
      *
98
-     * @param string|array $relationID Relation entity identifier or collection
98
+     * @param string $relationID Relation entity identifier or collection
99 99
      * @param mixed $relationValue Relation entity value
100 100
      * @param string $executor Query execution function name
101 101
      * @return mixed[] Collection of entity instances for this relation identifier
Please login to merge, or discard this patch.
src/CMS.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * Module initialization.
61 61
      *
62 62
      * @param array $params Initialization parameters
63
-     * @return bool Initialization result
63
+     * @return boolean|null Initialization result
64 64
      */
65 65
     public function init(array $params = array())
66 66
     {
Please login to merge, or discard this patch.