Skip to content

Avoid conversion errors if a character is unknown, such as apostrophe #29

Avoid conversion errors if a character is unknown, such as apostrophe

Avoid conversion errors if a character is unknown, such as apostrophe #29

Triggered via pull request July 10, 2023 13:40
Status Success
Total duration 8m 8s
Artifacts

tests.yaml

on: pull_request
Matrix: php
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Quality tests (PHP 8.0): src/Controller/Admin/ExportController.php#L46
Parameter #3 $string of function iconv expects string, string|false given.
Quality tests (PHP 8.0): src/Controller/Admin/ExportController.php#L47
Parameter #3 $subject of function str_replace expects array|string, string|false given.
Quality tests (PHP 8.0): src/Exporter/ColishipExporter.php#L84
Method Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch() invoked with 2 parameters, 1 required.
Quality tests (PHP 8.0): src/Exporter/ColishipExporter.php#L113
Call to an undefined method Sylius\Component\Core\Repository\OrderRepositoryInterface::createQueryBuilder().
Quality tests (PHP 8.0): src/Mapping/FmtMapping.php#L29
Cannot call method getCompany() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.0): src/Mapping/FmtMapping.php#L32
Cannot call method getLastName() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.0): src/Mapping/FmtMapping.php#L35
Cannot call method getFirstName() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.0): src/Mapping/FmtMapping.php#L38
Cannot call method getStreet() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.0): src/Mapping/FmtMapping.php#L41
Cannot call method getFloor() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.0): src/Mapping/FmtMapping.php#L44
Cannot call method getEntrance() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.1): src/Controller/Admin/ExportController.php#L46
Parameter #3 $string of function iconv expects string, string|false given.
Quality tests (PHP 8.1): src/Controller/Admin/ExportController.php#L47
Parameter #3 $subject of function str_replace expects array|string, string|false given.
Quality tests (PHP 8.1): src/Exporter/ColishipExporter.php#L84
Method Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch() invoked with 2 parameters, 1 required.
Quality tests (PHP 8.1): src/Exporter/ColishipExporter.php#L113
Call to an undefined method Sylius\Component\Core\Repository\OrderRepositoryInterface::createQueryBuilder().
Quality tests (PHP 8.1): src/Mapping/FmtMapping.php#L29
Cannot call method getCompany() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.1): src/Mapping/FmtMapping.php#L32
Cannot call method getLastName() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.1): src/Mapping/FmtMapping.php#L35
Cannot call method getFirstName() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.1): src/Mapping/FmtMapping.php#L38
Cannot call method getStreet() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.1): src/Mapping/FmtMapping.php#L41
Cannot call method getFloor() on Sylius\Component\Core\Model\AddressInterface|null.
Quality tests (PHP 8.1): src/Mapping/FmtMapping.php#L44
Cannot call method getEntrance() on Sylius\Component\Core\Model\AddressInterface|null.