Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate DTOs/ValueObjects getters/setters in favor of direct acces … #458

Merged
merged 14 commits into from
Jul 30, 2023
Prev Previous commit
Next Next commit
Fix CI/CD
  • Loading branch information
Spomky committed Jul 30, 2023
commit dbe7b16760532a083bcd8b4a1bf12bc264324524
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"symfony/filesystem": "^6.1",
"symfony/finder": "^6.1",
"symfony/monolog-bundle": "^3.8",
"symfony/phpunit-bridge": "^6.1",
"symfony/var-dumper": "^6.1",
"symfony/yaml": "^6.1",
"symplify/easy-coding-standard": "^12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use const PHP_EOL;

/**
* @internal
* @final
*/
class CertificateToolbox
Expand Down