Test Setup Failed
Push — test ( e445a1...b7242e )
by Jonathan
03:10
created
src/Object/Representation/DocstringRepresentation.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -9,6 +9,11 @@
 block discarded – undo
9 9
     public $class = null;
10 10
     public $hints = array('docstring');
11 11
 
12
+    /**
13
+     * @param string|null $file
14
+     * @param integer|null $line
15
+     * @param string $class
16
+     */
12 17
     public function __construct($docstring, $file, $line, $class = null)
13 18
     {
14 19
         parent::__construct('Docstring');
Please login to merge, or discard this patch.