mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add strict types and newlines.
This commit is contained in:
@@ -43,4 +43,4 @@ class StageAhoyHandler
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Support\Import\Routine\Fake;
|
||||
|
||||
@@ -123,4 +124,4 @@ class StageFinalHandler
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -43,4 +43,4 @@ class StageNewHandler
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user