Browse Source

Fix phpcs

Mark Story 2 years ago
parent
commit
342f835c1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Error/ErrorTrapTest.php

+ 1 - 1
tests/TestCase/Error/ErrorTrapTest.php

@@ -105,7 +105,7 @@ class ErrorTrapTest extends TestCase
             [E_USER_WARNING, 'warning'],
             [E_USER_NOTICE, 'notice'],
             // Log level is notice on windows because windows log levels are different.
-            [E_USER_DEPRECATED, DS === '\\' ?  'notice' : 'debug'],
+            [E_USER_DEPRECATED, DS === '\\' ? 'notice' : 'debug'],
         ];
     }