Remove deprecated provider factories #383
ci.yml
on: pull_request
PHPStan
37s
PHP-CS-Fixer
35s
Matrix: phpunit
Annotations
15 errors and 4 warnings
|
PHP-CS-Fixer
Process completed with exit code 1.
|
|
PHPStan:
src/DependencyInjection/BazingaGeocoderExtension.php#L91
Cannot access offset 'factory' on mixed.
|
|
PHPStan:
src/DependencyInjection/BazingaGeocoderExtension.php#L89
Cannot access offset 'factory' on mixed.
|
|
PHPStan:
src/DependencyInjection/BazingaGeocoderExtension.php#L88
Parameter #1 $id of method Symfony\Component\DependencyInjection\ContainerBuilder::getDefinition() expects string, mixed given.
|
|
PHPStan:
src/DependencyInjection/BazingaGeocoderExtension.php#L88
Cannot access offset 'factory' on mixed.
|
|
PHPStan:
src/DependencyInjection/BazingaGeocoderExtension.php#L86
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
|
PHPStan:
src/DataCollector/GeocoderDataCollector.php#L50
Return type mixed of method Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector::collect() is not covariant with return type void of method Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect().
|
|
PHPStan:
src/DataCollector/GeocoderDataCollector.php#L40
Return type mixed of method Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector::reset() is not covariant with return type void of method Symfony\Component\HttpKernel\DataCollector\DataCollector::reset().
|
|
PHPStan:
src/Command/GeocodeCommand.php#L95
Parameter #1 $string of function strtolower expects string, string|null given.
|
|
PHPStan:
src/Command/GeocodeCommand.php#L64
Parameter #1 $text of static method Geocoder\Query\GeocodeQuery::create() expects string, mixed given.
|
|
PHPStan:
src/Command/GeocodeCommand.php#L61
Parameter #1 $name of method Geocoder\ProviderAggregator::using() expects string, mixed given.
|
|
PHPUnit (PHP 8.4) (Symfony 7.2.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.4) (Symfony 5.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.4) (Symfony 6.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.4) (Symfony 7.3.*)
Process completed with exit code 1.
|
|
PHP-CS-Fixer:
phpstan-baseline.php#L1
Found violation(s) of type: declare_equal_normalize
|
|
PHP-CS-Fixer:
phpstan-baseline.php#L1
Found violation(s) of type: concat_space
|
|
PHP-CS-Fixer:
phpstan-baseline.php#L1
Found violation(s) of type: blank_line_after_opening_tag
|
|
PHP-CS-Fixer:
phpstan-baseline.php#L1
Found violation(s) of type: indentation_type
|