mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 08:50:22 -05:00
refactor: better php8 usage
- Change simple property init and assign to constructor promotion - Remove unused variable in catch() - Change docs types to union types, where possible
This commit is contained in:
@@ -74,7 +74,6 @@ class TrackerException extends \Exception
|
||||
/**
|
||||
* TrackerException constructor.
|
||||
*
|
||||
* @param int $code
|
||||
* @param array|null $replace
|
||||
* @param \Throwable|null $throwable
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user