Completed
Push — master ( 33465c...046036 )
by Patrick
04:49 queued 01:01
created
api/v1/aws.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 {
80 80
     $strlen = strlen($string);
81 81
     $testlen = strlen($test);
82
-    if ($testlen > $strlen)
82
+    if($testlen > $strlen)
83 83
     {
84 84
         return false;
85 85
     }
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
 function getDestinationsForID($id)
90 90
 {
91
-    if(strcasecmp($id,'pboyd') === 0)
91
+    if(strcasecmp($id, 'pboyd') === 0)
92 92
     {
93 93
         return array('[email protected]');
94 94
     }
Please login to merge, or discard this patch.