Completed
Pull Request — master (#80)
by John
03:11
created
src/DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
                                 ->scalarNode('base_url')->defaultValue('/')->end()
51 51
                                 ->scalarNode('host')->defaultNull()->end()
52 52
                             ->end()
53
-                         ->end()
53
+                            ->end()
54 54
                     ->end()
55 55
                 ->end()
56 56
             ->end()
Please login to merge, or discard this patch.
src/Tests/Serialize/Serializer/Stubs/Bar.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * @param float $b
32 32
      * @param Meh   $meh
33 33
      * @param Meh[] ...$mehs
34
+     * @param Meh $mehs
34 35
      */
35 36
     public function __construct(float $b, Meh $meh, Meh ...$mehs)
36 37
     {
Please login to merge, or discard this patch.