Skip to content
Snippets Groups Projects
Commit 0205dd9f authored by Laurent's avatar Laurent
Browse files

Merge branch 'php74-phpunit5' into 'master'

php 7.4 port

See merge request !28
parents 17d31fdf d9ffcc97
Branches
1 merge request!28php 7.4 port
Pipeline #10775 passed with stage
in 20 seconds
......@@ -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);
}
......
Subproject commit 83bde1eec6682f663041f522cd7b92cbf8afe004
Subproject commit eb090d1e732fa94a56cc5acabf3f4d74c3431eb4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment