Skip to content

Commit 80404ba

Browse files
committed
Fixed phpcs
1 parent 4b2d085 commit 80404ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Phalcon4.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function _after(TestInterface $test)
209209
break;
210210
}
211211
}
212-
if ($db){
212+
if ($db) {
213213
$db->close();
214214
}
215215
}

0 commit comments

Comments
 (0)