Completed
Push — standalone ( 7c3a2c...83bb11 )
by Philip
05:16
created
Service/RestRequestParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -164,6 +164,9 @@
 block discarded – undo
164 164
         return false;
165 165
     }
166 166
 
167
+    /**
168
+     * @param string|null $type
169
+     */
167 170
     private function convert(?string $type, $value)
168 171
     {
169 172
         if (null === $value) {
Please login to merge, or discard this patch.