diff --git a/composer.json b/composer.json index ab4c7342..dc65d507 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "jetbrains/phpstorm-attributes": "dev-master@dev", "laminas/laminas-code": "^4.0", "phpunit/phpunit": "^10.5", - "spiral/code-style": "^2.1.2", + "spiral/code-style": "~2.1.2", "spiral/core": "^3.13", "symfony/var-dumper": "^6.0 || ^7.0", "ta-tikoma/phpunit-architecture-test": "^0.8.4", diff --git a/src/Client/Update/UpdateHandle.php b/src/Client/Update/UpdateHandle.php index 4183e531..801658f5 100644 --- a/src/Client/Update/UpdateHandle.php +++ b/src/Client/Update/UpdateHandle.php @@ -139,7 +139,6 @@ private function fetchResult(int|float|null $timeout = null): void $failure = $result->getFailure(); \assert($failure !== null); $e = FailureConverter::mapFailureToException($failure, $this->converter); - tr($e); $this->result = new WorkflowUpdateException( $e->getMessage(), diff --git a/tests/Arch/ArchTest.php b/tests/Arch/ArchTest.php index df03f1ce..112b3ba2 100644 --- a/tests/Arch/ArchTest.php +++ b/tests/Arch/ArchTest.php @@ -16,7 +16,7 @@ final class ArchTest extends TestCase use ArchitectureAsserts; - public function testDontForgetDebugFunctions(): void + public function testForgottenDebugFunctions(): void { $functions = ['dump', 'trap', 'tr', 'td', 'var_dump']; $layer = $this->layer();