Completed
Pull Request — master (#5)
by BramRoets
07:36
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.