Add strict types and newlines.

This commit is contained in:
James Cole
2018-05-05 16:51:32 +02:00
parent 3ac240dc1c
commit f74b9ba7ab
29 changed files with 347 additions and 270 deletions

View File

@@ -43,4 +43,4 @@ class StageAhoyHandler
}
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace FireflyIII\Support\Import\Routine\Fake;
@@ -123,4 +124,4 @@ class StageFinalHandler
}
}
}

View File

@@ -43,4 +43,4 @@ class StageNewHandler
}
}
}
}