Completed
Push — master ( fbf586...09f6e3 )
by Marcel
13s queued 10s
created
src/VisualDiff.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -107,6 +107,9 @@
 block discarded – undo
107 107
         ];
108 108
     }
109 109
 
110
+    /**
111
+     * @param string $filename
112
+     */
110 113
     public function save($filename)
111 114
     {
112 115
         $output = $this->callDiff($this->buildSaveCommand($filename));
Please login to merge, or discard this patch.