Skip to content

Commit 31f6815

Browse files
committed
Merge branch 'master' of github.com:vitormattos/php-java
2 parents 7e7c31d + ca0eeb5 commit 31f6815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/JavaArchive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function __construct(string $jarFile, array $options = [])
110110
if (empty($attribute)) {
111111
continue;
112112
}
113-
if (!strpos($attribute, ':')) {
113+
if (strpos($attribute, ':') === false) {
114114
continue;
115115
}
116116
[$name, $value] = explode(':', $attribute);

0 commit comments

Comments
 (0)