Completed
Pull Request — master (#582)
by
unknown
02:17
created
Tests/Twig/DoctrineExtensionTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -103,6 +103,9 @@
 block discarded – undo
103 103
 {
104 104
     protected $str;
105 105
 
106
+    /**
107
+     * @param string $str
108
+     */
106 109
     public function __construct($str)
107 110
     {
108 111
         $this->str = $str;
Please login to merge, or discard this patch.