Passed
Branch master (6b4ceb)
by Jan
01:47
created
source/PurePhpGoogleAdsCsvGenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
      * @return array
250 250
      */
251 251
     private function _prepareRow($array){
252
-       return array_merge($this->_blankRow, $array);
252
+        return array_merge($this->_blankRow, $array);
253 253
     }
254 254
 
255 255
     /**
Please login to merge, or discard this patch.