Skip to content

Commit 5c17c35

Browse files
author
Derek Drummond
committed
Removing erroneous @codeCoverageIgnoreStart tag.
1 parent 0427fa7 commit 5c17c35

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"license": "MIT",
2323
"require": {
24-
"php": "~5.6 || ~7.0",
24+
"php": "^7.0",
2525
"mongodb/mongodb": "^1.0.0"
2626
},
2727
"require-dev": {

src/Queue.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ private function ensureIndex(array $index)
439439
return;
440440
}
441441
}
442-
443-
//@codeCoverageIgnoreStart
444442
}
445443
}
446444

0 commit comments

Comments
 (0)