mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -22,10 +22,12 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Support;
|
||||
|
||||
use ArrayObject;
|
||||
|
||||
/**
|
||||
* Class NullArrayObject
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class NullArrayObject extends ArrayObject
|
||||
|
Reference in New Issue
Block a user