Skip to content

Commit

Permalink
Fix backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jun 25, 2018
1 parent 9cad3bb commit 6fbe2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Configure/Engine/PhpConfig.php
Expand Up @@ -93,7 +93,7 @@ public function read($key)
if (!isset($config)) {
throw new Exception(sprintf('Config file "%s" did not return an array', $key . '.php'));
}
deprecationWarning('PHP configuration files should not set `$config. Instead return an array.');
deprecationWarning('PHP configuration files should not set `$config`. Instead return an array.');

return $config;
}
Expand Down

0 comments on commit 6fbe2a0

Please sign in to comment.