diff --git a/tests/src/Unit/FileLogTokenTest.php b/tests/src/Unit/FileLogTokenTest.php
index 30f1ce6..8fba761 100644
--- a/tests/src/Unit/FileLogTokenTest.php
+++ b/tests/src/Unit/FileLogTokenTest.php
@@ -249,7 +249,7 @@ class FileLogTokenTest extends UnitTestCase {
    * @see \Drupal\Core\Utility\Token::findWithPrefix()
    */
   public static function tokenFindWithPrefix(array $tokens, $prefix, $delimiter = ':') {
-    $results = array();
+    $results = [];
     foreach ($tokens as $token => $raw) {
       $parts = \explode($delimiter, $token, 2);
       if (\count($parts) === 2 && $parts[0] === $prefix) {
