Test Setup Failed
Branch master (bac8e9)
by Joe
02:54
created
src/WmiScripting/Win32Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
238 238
      */
239 239
     protected function constantToStringCallback($constant_class)
240 240
     {
241
-        return function ($constant) use ($constant_class) {
241
+        return function($constant) use ($constant_class) {
242 242
             if (trim($type = call_user_func_array($constant_class . "::string", [$constant])) === '') {
243 243
                 return "[{$constant}] - UNKNOWN";
244 244
             }
Please login to merge, or discard this patch.