Passed
Push — master ( f5410f...0cbd60 )
by Nate
04:48 queued 40s
created
src/services/Model.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 BaseModel
Please login to merge, or discard this patch.
src/services/ModelByHandle.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.