updated packages
This commit is contained in:
0
vendor/myclabs/deep-copy/.gitattributes
vendored
Normal file → Executable file
0
vendor/myclabs/deep-copy/.gitattributes
vendored
Normal file → Executable file
0
vendor/myclabs/deep-copy/.gitignore
vendored
Normal file → Executable file
0
vendor/myclabs/deep-copy/.gitignore
vendored
Normal file → Executable file
0
vendor/myclabs/deep-copy/.travis.yml
vendored
Normal file → Executable file
0
vendor/myclabs/deep-copy/.travis.yml
vendored
Normal file → Executable 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[] = [
|
||||
|
||||
Reference in New Issue
Block a user