Completed
Pull Request — master (#1056)
by Christian
05:45
created
DependencyInjection/Configuration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
      */
23 23
     private $debug;
24 24
 
25
+    /**
26
+     * @param boolean $debug
27
+     */
25 28
     public function __construct($debug)
26 29
     {
27 30
         $this->debug = $debug;
Please login to merge, or discard this patch.