Completed
Pull Request — master (#451)
by
unknown
09:32
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 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -634,6 +634,4 @@
 block discarded – undo
634 634
             return new ChildDefinition($id);
635 635
         }
636 636
 
637
-        return new DefinitionDecorator($id);
638
-    }
639
-}
637
+        return new DefinitionDecorator($id
640 638
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -634,6 +634,4 @@
 block discarded – undo
634 634
             return new ChildDefinition($id);
635 635
         }
636 636
 
637
-        return new DefinitionDecorator($id);
638
-    }
639
-}
637
+        return new DefinitionDecorator($id
640 638
\ No newline at end of file
Please login to merge, or discard this patch.