Passed
Push — master ( 5a2b08...e5a819 )
by Hossein
01:48
created
src/SmartApiCommands.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     /*
64 64
      *
65 65
      */
66
-    private function cmdGetData($file,$timeout,$digitsCount)
66
+    private function cmdGetData($file, $timeout, $digitsCount)
67 67
     {
68 68
         $this->addCommand("GetData('$file',$timeout,$digitsCount)");
69 69
     }
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /*
96 96
      *
97 97
      */
98
-    private function cmdSayDate($date,$calender)
98
+    private function cmdSayDate($date, $calender)
99 99
     {
100 100
         $this->addCommand("SayDate('$date','$calender')");
101 101
     }
Please login to merge, or discard this patch.