Completed
Push — master ( 18d699...ab33d5 )
by Ievgen
02:50
created
src/Representer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
      */
35 35
     protected $strategy;
36 36
 
37
+    /**
38
+     * @param integer $strategy
39
+     */
37 40
     public function __construct($source = null, $strategy)
38 41
     {
39 42
         if (is_null($strategy)) {
Please login to merge, or discard this patch.