Add newlines and strict types check.

This commit is contained in:
James Cole
2020-12-22 05:35:06 +01:00
parent c7cf55b831
commit b263120c8f
48 changed files with 79 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* CorrectOpeningBalanceCurrenciesTest.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -85,4 +86,4 @@ class CorrectOpeningBalanceCurrenciesTest extends TestCase
$journal->forceDelete();
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* FixAccountOrderTest.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -44,4 +45,4 @@ class FixAccountOrderTest extends TestCase
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* FixGroupAccountsTest.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -44,4 +45,4 @@ class FixGroupAccountsTest extends TestCase
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* FixLongDescriptionsTest.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -70,4 +71,4 @@ class FixLongDescriptionsTest extends TestCase
$group->save();
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* FixRecurringTransactionsTest.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -45,4 +46,4 @@ class FixRecurringTransactionsTest extends TestCase
))
->assertExitCode(0);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* FixTransactionTypesTest.php
* Copyright (c) 2020 james@firefly-iii.org
@@ -40,4 +41,4 @@ class FixTransactionTypesTest extends TestCase
}
}
}