Completed
Push — master ( 6e5a1f...732aa4 )
by Vladimir
03:17
created
src/Utilities/ArrayUtilities.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      *
52 52
      * @return int|mixed|string
53 53
      */
54
-    public static function array_search_column($array, $column, $search)
54
+    public static function array_search_column ($array, $column, $search)
55 55
     {
56 56
         if (function_exists('array_column'))
57 57
         {
Please login to merge, or discard this patch.
tests/utilities/AuthenticatedClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         return (isset($this->apiToken));
26 26
     }
27 27
 
28
-    public function getApiToken()
28
+    public function getApiToken ()
29 29
     {
30 30
         return $this->apiToken;
31 31
     }
Please login to merge, or discard this patch.