Skip to content

Commit 5bad109

Browse files
authored
Docs: Use require without brackets (#2337)
1 parent 6f0ec12 commit 5bad109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/commands.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ using the Manager class :
394394
$pdo = new PDO('sqlite::memory:', null, null, [
395395
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION
396396
]);
397-
$configArray = require('phinx.php');
397+
$configArray = require 'phinx.php';
398398
$configArray['environments']['test'] = [
399399
'adapter' => 'sqlite',
400400
'connection' => $pdo,

0 commit comments

Comments
 (0)