Explorar o código

apply yet another StyleCI recommendations

El RIDO %!s(int64=7) %!d(string=hai) anos
pai
achega
6beea8f2f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tst/RequestTest.php

+ 1 - 1
tst/RequestTest.php

@@ -44,7 +44,7 @@ class RequestTest extends PHPUnit_Framework_TestCase
         $queryChars     = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ=';
         $queryCharCount = strlen($queryChars) - 1;
         $resultLength   = random_int(1, 10);
-        $result = '';
+        $result         = '';
         for ($i = 0; $i < $resultLength; ++$i) {
             $result .= $queryChars[random_int(0, $queryCharCount)];
         }