Skip to content

Commit 59d57e7

Browse files
authored
Merge pull request #72 from DirectoryTree/analysis-peR6mV
Apply fixes from StyleCI
2 parents e096244 + 7b4e443 commit 59d57e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/LdapDatabaseManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected function makeConnection($name, $database)
111111
// If we're not working with an in-memory database,
112112
// we'll assume a file path has been given and
113113
// create it before we run the migrations.
114-
if ($database !== ':memory:' && !file_exists($database)) {
114+
if ($database !== ':memory:' && ! file_exists($database)) {
115115
file_put_contents($database, '');
116116
}
117117

0 commit comments

Comments
 (0)