Completed
Push — master ( 241032...67be65 )
by Sergey
02:51
created
src/Requests/XMLRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      * @param null|string $number
79 79
      * @return array|null
80 80
      */
81
-    public function getReportByNumber($dateFrom , $dateTo, $number = null)
81
+    public function getReportByNumber($dateFrom, $dateTo, $number = null)
82 82
     {
83 83
         return $this->exec('reportNumber',
84 84
             [
Please login to merge, or discard this patch.