Skip to content

Commit 7cdaa1b

Browse files
committed
remove short syntax in Configuration
1 parent 950376e commit 7cdaa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AntiMattr/MongoDB/Migrations/Configuration/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public function getMigratedTimestamp($version)
309309
$this->createMigrationCollection();
310310

311311
$cursor = $this->getCollection()->find(
312-
['v' => $version]
312+
array('v' => $version)
313313
);
314314

315315
if (!$cursor->count()) {

0 commit comments

Comments
 (0)