updated packages

This commit is contained in:
2019-05-18 09:06:43 +00:00
parent 901d16349e
commit e9487fa58a
2025 changed files with 30366 additions and 49653 deletions

0
vendor/myclabs/deep-copy/.gitattributes vendored Normal file → Executable file
View File

0
vendor/myclabs/deep-copy/.gitignore vendored Normal file → Executable file
View File

0
vendor/myclabs/deep-copy/.travis.yml vendored Normal file → Executable file
View File

View File

@@ -99,6 +99,14 @@ class DeepCopy
];
}
public function prependFilter(Filter $filter, Matcher $matcher)
{
array_unshift($this->filters, [
'matcher' => $matcher,
'filter' => $filter,
]);
}
public function addTypeFilter(TypeFilter $filter, TypeMatcher $matcher)
{
$this->typeFilters[] = [