Completed
Push — master ( aa9daf...c0a8a5 )
by David
10:44
created
src/Http/RuleMatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
     private $responseMatcher;
37 37
 
38 38
     /**
39
-     * @param RequestMatcherInterface  $requestMatcher|null  Request matcher
40
-     * @param ResponseMatcherInterface $responseMatcher|null Response matcher
39
+     * @param RequestMatcherInterface  $requestMatcher  Request matcher
40
+     * @param ResponseMatcherInterface $responseMatcher Response matcher
41 41
      */
42 42
     public function __construct(
43 43
         RequestMatcherInterface $requestMatcher = null,
Please login to merge, or discard this patch.
src/DependencyInjection/FOSHttpCacheExtension.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -488,6 +488,9 @@  discard block
 block discarded – undo
488 488
         }
489 489
     }
490 490
 
491
+    /**
492
+     * @param string $msg
493
+     */
491 494
     private function validateUrl($url, $msg)
492 495
     {
493 496
         $prefixed = $this->prefixSchema($url);
@@ -536,7 +539,7 @@  discard block
 block discarded – undo
536 539
      *
537 540
      * @param string $id Id of the service to extend
538 541
      *
539
-     * @return ChildDefinition|DefinitionDecorator
542
+     * @return Definition
540 543
      */
541 544
     private function createChildDefinition($id)
542 545
     {
Please login to merge, or discard this patch.