Passed
Push — master ( 5a9c7e...e00e24 )
by Nate
04:01 queued 01:22
created
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.