mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
misc: update dependencies
This commit is contained in:
parent
4492ef73dc
commit
bd5123390f
569
composer.lock
generated
569
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -22,9 +22,6 @@ parameters:
|
||||
|
||||
- '#Method [\w\\:]+_data_provider\(\) return type has no value type specified in iterable type#'
|
||||
|
||||
- message: '#Template type T of method CuyZ\\Valinor\\Mapper\\TreeMapper::map\(\) is not referenced in a parameter#'
|
||||
path: src/Mapper/TreeMapper.php
|
||||
|
||||
- message: '#Method CuyZ\\Valinor\\MapperBuilder::withCache\(\) has parameter \$cache with generic interface Psr\\SimpleCache\\\CacheInterface but does not specify its types: EntryType#'
|
||||
path: src/MapperBuilder.php
|
||||
|
||||
|
@ -26,7 +26,7 @@ final class ClassType implements ObjectType, CompositeType
|
||||
*/
|
||||
public function __construct(string $className, array $generics = [])
|
||||
{
|
||||
$this->className = ltrim($className, '\\'); // @phpstan-ignore-line
|
||||
$this->className = ltrim($className, '\\');
|
||||
$this->generics = $generics;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user