Passed
Push — master ( 571783...6b7895 )
by Nate
05:50
created
src/services/ModelAccessorByHandle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * @param $identifier
36 36
      * @param string $scenario
37
-     * @return ModelWithHandleInterface|null
37
+     * @return null|ModelInterface
38 38
      */
39 39
     public function find($identifier, $scenario = ModelHelper::SCENARIO_SAVE)
40 40
     {
Please login to merge, or discard this patch.
src/services/ModelAccessorById.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * @param $identifier
36 36
      * @param string $scenario
37
-     * @return ModelWithIdInterface|null
37
+     * @return null|ModelInterface
38 38
      */
39 39
     public function find($identifier, $scenario = ModelHelper::SCENARIO_SAVE)
40 40
     {
Please login to merge, or discard this patch.