Passed
Push — master ( 06abf5...69d1f5 )
by
unknown
03:04
created
src/ResourceHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $resourceName
41
+     * @param string $resourceName
42 42
      * @return EntityManagerInterface
43 43
      * @throws \Exception
44 44
      */
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     /**
138 138
      * @param string $resourceName
139 139
      * @param int $id
140
-     * @return mixed
140
+     * @return boolean
141 141
      */
142 142
     public function deleteSingle($resourceName, $id)
143 143
     {
Please login to merge, or discard this patch.