Merge pull request #10 from barryvdh/test-ghactions

Create run-tests.yml
This commit is contained in:
Barry vd. Heuvel
2022-10-31 16:22:38 +01:00
committed by GitHub
22 changed files with 107 additions and 58 deletions
@@ -210,11 +210,7 @@ class Collection extends \ArrayObject
if ('' !== $namespace) {
$namespace .= self::OPERATOR_NAMESPACE;
}
$with_name_space = self::OPERATOR_NAMESPACE . $namespace . $type;
if($this->shouldBeAbsolute($with_name_space)){
return $with_name_space;
}
return $type;
return self::OPERATOR_NAMESPACE . $namespace . $type;
}
if (strpos($type_parts[0], '::')) {