Passed
Push — master ( b01812...3926c4 )
by Gabor
03:44
created
src/WebHemi/Adapter/DependencyInjection/Symfony/SymfonyAdapter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
     /**
223 223
      * Creates a safe normalized name.
224 224
      *
225
-     * @param $className
225
+     * @param string|null $className
226 226
      * @param $argumentName
227 227
      *
228 228
      * @return string
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
     /**
291 291
      * Sets service argument.
292 292
      *
293
-     * @param string|Definition $service
293
+     * @param Definition $service
294 294
      * @param mixed             $parameter
295 295
      *
296 296
      * @throws RuntimeException
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
     /**
357 357
      * Checks whether the service is shared and initialized
358 358
      *
359
-     * @param $serviceClass
359
+     * @param string|null $serviceClass
360 360
      * @throws RuntimeException
361 361
      */
362 362
     private function checkSharedServiceClassState($serviceClass)
Please login to merge, or discard this patch.