Fix PSR-12 code styling

This commit is contained in:
Sebastian Meyer 2023-11-18 17:37:22 +01:00
parent 5f45256d23
commit 9f2f58556a
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,9 @@
"require": {
"php": "^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0"
},
"autoload": {
"psr-4": {
"OCC\\Basics\\": "src/"

View File

@ -68,6 +68,7 @@ trait Setter
{
try {
$this->__set($property, null);
} catch (InvalidArgumentException) {}
} catch (InvalidArgumentException) {
}
}
}