Skip to content

Commit

Permalink
Docs: Use require without brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Dec 17, 2024
1 parent 6f0ec12 commit 5f33741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5f33741

Please sign in to comment.