Completed
Pull Request — master (#87)
by Šimon
10:03 queued 01:01
created
src/Quote/StrictQuoteLine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
                 // single quotation marks with the same screening rules as above.
94 94
                 // as in the TabSeparated format, and then the resulting string is output in InsertRow in double quotes.
95 95
                 $value = array_map(
96
-                    function ($v) use ($enclosure_esc, $encode_esc) {
96
+                    function($v) use ($enclosure_esc, $encode_esc) {
97 97
                         return is_string($v) ? $this->encodeString($v, $enclosure_esc, $encode_esc) : $v;
98 98
                     },
99 99
                     $value
Please login to merge, or discard this patch.