Fix PSR-12 code styling
This commit is contained in:
parent
5f45256d23
commit
9f2f58556a
|
@ -34,6 +34,9 @@
|
|||
"require": {
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"OCC\\Basics\\": "src/"
|
||||
|
|
|
@ -68,6 +68,7 @@ trait Setter
|
|||
{
|
||||
try {
|
||||
$this->__set($property, null);
|
||||
} catch (InvalidArgumentException) {}
|
||||
} catch (InvalidArgumentException) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue