Skip to content
Snippets Groups Projects

php 7.4 port

Merged Laurent requested to merge php74-phpunit5 into master
1 unresolved thread
Compare and
2 files
+ 2
2
Preferences
Compare changes
Files
2
+ 1
1
@@ -105,7 +105,7 @@ class Storm_Collection extends ArrayObject {
public function includes($object) {
return in_array($object, $this->getArrayCopy());
return in_array($object, $this->getArrayCopy(), true);
}