Passed
Push — master ( 39c748...16551a )
by Nate
06:42
created
src/helpers/ElementHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * @param $config
54
-     * @param null $instanceOf
54
+     * @param string $instanceOf
55 55
      * @param string|null $toScenario
56 56
      * @throws InvalidConfigException
57 57
      * @return ElementInterface
Please login to merge, or discard this patch.
src/services/ModelAccessor.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
      *******************************************/
61 61
 
62 62
     /**
63
-     * @param array $config
63
+     * @param \flipbox\spark\records\RecordWithHandle $config
64 64
      * @param string|null $toScenario
65 65
      * @throws InvalidConfigException
66 66
      * @return Model
Please login to merge, or discard this patch.
src/services/ModelAccessorByHandle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
      * Find an existing cache by handle
187 187
      *
188 188
      * @param string $handle
189
-     * @return null
189
+     * @return null|ModelWithHandle
190 190
      */
191 191
     public function findCacheByHandle(string $handle)
192 192
     {
Please login to merge, or discard this patch.