Tags: opulencephp/collections
Tags
Fixed bug with spaces in PHP binary path, updated method signatures t… …… (#134) * Fixed bug with spaces in PHP binary path, updated method signatures to work with PHP 8.1, added CI support for PHP 8.1 Fixed #96 * Switched to using GitHub Actions * Added Memcached to CI * Marked some tests as skipped because of an error with Memcached in PHP 8 that prevent proper mocking * Trying to get unit tests working again * Added verbose flag to unit test step in CI * Skipped broken Memcached tests * Skipped another broken test
phan fixes 3 (#117) * Fixes for PhanTypeMissingReturn warnings * Fixes for PhanTypeSuspiciousStringExpression warnings * Fixes for PhanUndeclaredMethod warnings * Fixes for PhanUnextractableAnnotationElementName warnings * Fixes for PhanCommentParamWithoutRealParam warnings * Fixes for PhanMismatchVariadicParam warnings * Fixes for PhanPossiblyNullTypeMismatchProperty warnings * Fixes for PhanTypeMismatch* warnings * Fix for PhanTypeNonVarPassByRef warning * Fix for PhanUnextractableAnnotation warning * Code review fixes