diff --git a/docs/en/commands.rst b/docs/en/commands.rst index 4c3bd277d..1e742dbe6 100644 --- a/docs/en/commands.rst +++ b/docs/en/commands.rst @@ -394,7 +394,7 @@ using the Manager class : $pdo = new PDO('sqlite::memory:', null, null, [ PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION ]); - $configArray = require('phinx.php'); + $configArray = require 'phinx.php'; $configArray['environments']['test'] = [ 'adapter' => 'sqlite', 'connection' => $pdo,