diff --git a/app/Console/Commands/CreateExport.php b/app/Console/Commands/CreateExport.php
index 0d55833af7..c38acfa3b9 100644
--- a/app/Console/Commands/CreateExport.php
+++ b/app/Console/Commands/CreateExport.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/CreateImport.php b/app/Console/Commands/CreateImport.php
index 8fcb6c16b2..851b6ee98e 100644
--- a/app/Console/Commands/CreateImport.php
+++ b/app/Console/Commands/CreateImport.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/DecryptAttachment.php b/app/Console/Commands/DecryptAttachment.php
index e574a9cd00..00f30daa5d 100644
--- a/app/Console/Commands/DecryptAttachment.php
+++ b/app/Console/Commands/DecryptAttachment.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/EncryptFile.php b/app/Console/Commands/EncryptFile.php
index a90d9e819b..97bb228678 100644
--- a/app/Console/Commands/EncryptFile.php
+++ b/app/Console/Commands/EncryptFile.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/Import.php b/app/Console/Commands/Import.php
index d4208dea70..78057ac42c 100644
--- a/app/Console/Commands/Import.php
+++ b/app/Console/Commands/Import.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/ScanAttachments.php b/app/Console/Commands/ScanAttachments.php
index 53d84e9663..060f3b06a6 100644
--- a/app/Console/Commands/ScanAttachments.php
+++ b/app/Console/Commands/ScanAttachments.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/UpgradeDatabase.php b/app/Console/Commands/UpgradeDatabase.php
index e9f84419f3..93b7c11517 100644
--- a/app/Console/Commands/UpgradeDatabase.php
+++ b/app/Console/Commands/UpgradeDatabase.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/UpgradeFireflyInstructions.php b/app/Console/Commands/UpgradeFireflyInstructions.php
index 1daafe93ec..f6acbe9bee 100644
--- a/app/Console/Commands/UpgradeFireflyInstructions.php
+++ b/app/Console/Commands/UpgradeFireflyInstructions.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/UseEncryption.php b/app/Console/Commands/UseEncryption.php
index fcb5d2babe..8516a9bcf4 100644
--- a/app/Console/Commands/UseEncryption.php
+++ b/app/Console/Commands/UseEncryption.php
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/VerifiesAccessToken.php b/app/Console/Commands/VerifiesAccessToken.php
index 97f24d2a8e..864c6f784c 100644
--- a/app/Console/Commands/VerifiesAccessToken.php
+++ b/app/Console/Commands/VerifiesAccessToken.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Commands/VerifyDatabase.php b/app/Console/Commands/VerifyDatabase.php
index b07b113ad3..a4d79f3f7a 100644
--- a/app/Console/Commands/VerifyDatabase.php
+++ b/app/Console/Commands/VerifyDatabase.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php
index 7ef7eade7c..316260b8a0 100644
--- a/app/Console/Kernel.php
+++ b/app/Console/Kernel.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/AdminRequestedTestMessage.php b/app/Events/AdminRequestedTestMessage.php
index 5950a77aa3..c9a9fd5ab4 100644
--- a/app/Events/AdminRequestedTestMessage.php
+++ b/app/Events/AdminRequestedTestMessage.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/Event.php b/app/Events/Event.php
index 4efa51dfce..59c1ec66de 100644
--- a/app/Events/Event.php
+++ b/app/Events/Event.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/RegisteredUser.php b/app/Events/RegisteredUser.php
index f12ad7ee0a..027dccf6bc 100644
--- a/app/Events/RegisteredUser.php
+++ b/app/Events/RegisteredUser.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/RequestedNewPassword.php b/app/Events/RequestedNewPassword.php
index 660445f3a8..81a7dfc987 100644
--- a/app/Events/RequestedNewPassword.php
+++ b/app/Events/RequestedNewPassword.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/StoredTransactionJournal.php b/app/Events/StoredTransactionJournal.php
index deab148be0..082a092e2b 100644
--- a/app/Events/StoredTransactionJournal.php
+++ b/app/Events/StoredTransactionJournal.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/UpdatedTransactionJournal.php b/app/Events/UpdatedTransactionJournal.php
index 9f365929e8..16b5f0adb0 100644
--- a/app/Events/UpdatedTransactionJournal.php
+++ b/app/Events/UpdatedTransactionJournal.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Events/UserChangedEmail.php b/app/Events/UserChangedEmail.php
index 2c75145d34..52027b9d70 100644
--- a/app/Events/UserChangedEmail.php
+++ b/app/Events/UserChangedEmail.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Exceptions/FireflyException.php b/app/Exceptions/FireflyException.php
index 313ea77b7f..538e094b06 100644
--- a/app/Exceptions/FireflyException.php
+++ b/app/Exceptions/FireflyException.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php
index 3964471d0d..bc8d1de2ed 100644
--- a/app/Exceptions/Handler.php
+++ b/app/Exceptions/Handler.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Exceptions/NotImplementedException.php b/app/Exceptions/NotImplementedException.php
index f3fe68d8de..467c5e3bc7 100644
--- a/app/Exceptions/NotImplementedException.php
+++ b/app/Exceptions/NotImplementedException.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Exceptions/ValidationException.php b/app/Exceptions/ValidationException.php
index dba608fa1a..236c862cc3 100644
--- a/app/Exceptions/ValidationException.php
+++ b/app/Exceptions/ValidationException.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Collector/AttachmentCollector.php b/app/Export/Collector/AttachmentCollector.php
index c3f76d2274..785adfbd51 100644
--- a/app/Export/Collector/AttachmentCollector.php
+++ b/app/Export/Collector/AttachmentCollector.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Collector/BasicCollector.php b/app/Export/Collector/BasicCollector.php
index 0aa688ae30..d17cb810fc 100644
--- a/app/Export/Collector/BasicCollector.php
+++ b/app/Export/Collector/BasicCollector.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Collector/CollectorInterface.php b/app/Export/Collector/CollectorInterface.php
index 362692f247..5aa2d22ca8 100644
--- a/app/Export/Collector/CollectorInterface.php
+++ b/app/Export/Collector/CollectorInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Collector/UploadCollector.php b/app/Export/Collector/UploadCollector.php
index 9bb5dd20fb..47c7cb8f09 100644
--- a/app/Export/Collector/UploadCollector.php
+++ b/app/Export/Collector/UploadCollector.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Entry/Entry.php b/app/Export/Entry/Entry.php
index efe81d8def..1deab7dae8 100644
--- a/app/Export/Entry/Entry.php
+++ b/app/Export/Entry/Entry.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/ExpandedProcessor.php b/app/Export/ExpandedProcessor.php
index 6bf8343036..303c87b906 100644
--- a/app/Export/ExpandedProcessor.php
+++ b/app/Export/ExpandedProcessor.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Exporter/BasicExporter.php b/app/Export/Exporter/BasicExporter.php
index ece94d3703..be63ba6676 100644
--- a/app/Export/Exporter/BasicExporter.php
+++ b/app/Export/Exporter/BasicExporter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Exporter/CsvExporter.php b/app/Export/Exporter/CsvExporter.php
index 06481e7f32..ce16d38886 100644
--- a/app/Export/Exporter/CsvExporter.php
+++ b/app/Export/Exporter/CsvExporter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/Exporter/ExporterInterface.php b/app/Export/Exporter/ExporterInterface.php
index 50790b3c92..427b5fed85 100644
--- a/app/Export/Exporter/ExporterInterface.php
+++ b/app/Export/Exporter/ExporterInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Export/ProcessorInterface.php b/app/Export/ProcessorInterface.php
index 3d24a91f1f..106c708c41 100644
--- a/app/Export/ProcessorInterface.php
+++ b/app/Export/ProcessorInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Chart/Basic/ChartJsGenerator.php b/app/Generator/Chart/Basic/ChartJsGenerator.php
index e366db9587..52021958d8 100644
--- a/app/Generator/Chart/Basic/ChartJsGenerator.php
+++ b/app/Generator/Chart/Basic/ChartJsGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Chart/Basic/GeneratorInterface.php b/app/Generator/Chart/Basic/GeneratorInterface.php
index 68753e1276..5cfdd4d94f 100644
--- a/app/Generator/Chart/Basic/GeneratorInterface.php
+++ b/app/Generator/Chart/Basic/GeneratorInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Account/MonthReportGenerator.php b/app/Generator/Report/Account/MonthReportGenerator.php
index 12d5e8dc15..2d925895ef 100644
--- a/app/Generator/Report/Account/MonthReportGenerator.php
+++ b/app/Generator/Report/Account/MonthReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Account/MultiYearReportGenerator.php b/app/Generator/Report/Account/MultiYearReportGenerator.php
index 16fd8e2767..cae81a2055 100644
--- a/app/Generator/Report/Account/MultiYearReportGenerator.php
+++ b/app/Generator/Report/Account/MultiYearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Account/YearReportGenerator.php b/app/Generator/Report/Account/YearReportGenerator.php
index cd4854710b..16197dfd07 100644
--- a/app/Generator/Report/Account/YearReportGenerator.php
+++ b/app/Generator/Report/Account/YearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Audit/MonthReportGenerator.php b/app/Generator/Report/Audit/MonthReportGenerator.php
index 8d44f252b7..d46c872d58 100644
--- a/app/Generator/Report/Audit/MonthReportGenerator.php
+++ b/app/Generator/Report/Audit/MonthReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Audit/MultiYearReportGenerator.php b/app/Generator/Report/Audit/MultiYearReportGenerator.php
index 93629d0c55..00df62d2db 100644
--- a/app/Generator/Report/Audit/MultiYearReportGenerator.php
+++ b/app/Generator/Report/Audit/MultiYearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Audit/YearReportGenerator.php b/app/Generator/Report/Audit/YearReportGenerator.php
index 2cd93c9b01..4855e6aeee 100644
--- a/app/Generator/Report/Audit/YearReportGenerator.php
+++ b/app/Generator/Report/Audit/YearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Budget/MonthReportGenerator.php b/app/Generator/Report/Budget/MonthReportGenerator.php
index 0c9bfa7c51..1ac4532632 100644
--- a/app/Generator/Report/Budget/MonthReportGenerator.php
+++ b/app/Generator/Report/Budget/MonthReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Budget/MultiYearReportGenerator.php b/app/Generator/Report/Budget/MultiYearReportGenerator.php
index 956968075f..13e4fc81b0 100644
--- a/app/Generator/Report/Budget/MultiYearReportGenerator.php
+++ b/app/Generator/Report/Budget/MultiYearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Budget/YearReportGenerator.php b/app/Generator/Report/Budget/YearReportGenerator.php
index 649636f91b..44ff2349b1 100644
--- a/app/Generator/Report/Budget/YearReportGenerator.php
+++ b/app/Generator/Report/Budget/YearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Category/MonthReportGenerator.php b/app/Generator/Report/Category/MonthReportGenerator.php
index ee9f045f51..7977f83d0a 100644
--- a/app/Generator/Report/Category/MonthReportGenerator.php
+++ b/app/Generator/Report/Category/MonthReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Category/MultiYearReportGenerator.php b/app/Generator/Report/Category/MultiYearReportGenerator.php
index d18dc47c0d..1ce99f992f 100644
--- a/app/Generator/Report/Category/MultiYearReportGenerator.php
+++ b/app/Generator/Report/Category/MultiYearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Category/YearReportGenerator.php b/app/Generator/Report/Category/YearReportGenerator.php
index 7a3f15a484..d769979990 100644
--- a/app/Generator/Report/Category/YearReportGenerator.php
+++ b/app/Generator/Report/Category/YearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/ReportGeneratorFactory.php b/app/Generator/Report/ReportGeneratorFactory.php
index f6d7956a60..e06cb5b3ac 100644
--- a/app/Generator/Report/ReportGeneratorFactory.php
+++ b/app/Generator/Report/ReportGeneratorFactory.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/ReportGeneratorInterface.php b/app/Generator/Report/ReportGeneratorInterface.php
index 15ed0d9d81..42d1d158b2 100644
--- a/app/Generator/Report/ReportGeneratorInterface.php
+++ b/app/Generator/Report/ReportGeneratorInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Standard/MonthReportGenerator.php b/app/Generator/Report/Standard/MonthReportGenerator.php
index 577b659fcf..7cb7d8e0e3 100644
--- a/app/Generator/Report/Standard/MonthReportGenerator.php
+++ b/app/Generator/Report/Standard/MonthReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Standard/MultiYearReportGenerator.php b/app/Generator/Report/Standard/MultiYearReportGenerator.php
index b7b2bc8d63..7071239b0e 100644
--- a/app/Generator/Report/Standard/MultiYearReportGenerator.php
+++ b/app/Generator/Report/Standard/MultiYearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Standard/YearReportGenerator.php b/app/Generator/Report/Standard/YearReportGenerator.php
index 8119625d31..0c99339a84 100644
--- a/app/Generator/Report/Standard/YearReportGenerator.php
+++ b/app/Generator/Report/Standard/YearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Support.php b/app/Generator/Report/Support.php
index 71cc298307..328d0addd8 100644
--- a/app/Generator/Report/Support.php
+++ b/app/Generator/Report/Support.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Tag/MonthReportGenerator.php b/app/Generator/Report/Tag/MonthReportGenerator.php
index 4873e1b5fe..43a6899482 100644
--- a/app/Generator/Report/Tag/MonthReportGenerator.php
+++ b/app/Generator/Report/Tag/MonthReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Tag/MultiYearReportGenerator.php b/app/Generator/Report/Tag/MultiYearReportGenerator.php
index 7687cf9d0e..1b5aa1993f 100644
--- a/app/Generator/Report/Tag/MultiYearReportGenerator.php
+++ b/app/Generator/Report/Tag/MultiYearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Generator/Report/Tag/YearReportGenerator.php b/app/Generator/Report/Tag/YearReportGenerator.php
index 2e72c8d252..abb8dc9efc 100644
--- a/app/Generator/Report/Tag/YearReportGenerator.php
+++ b/app/Generator/Report/Tag/YearReportGenerator.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Handlers/Events/AdminEventHandler.php b/app/Handlers/Events/AdminEventHandler.php
index 79e1cbeb40..4d7dc4101c 100644
--- a/app/Handlers/Events/AdminEventHandler.php
+++ b/app/Handlers/Events/AdminEventHandler.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Handlers/Events/StoredJournalEventHandler.php b/app/Handlers/Events/StoredJournalEventHandler.php
index e02146f253..b05a4f09c5 100644
--- a/app/Handlers/Events/StoredJournalEventHandler.php
+++ b/app/Handlers/Events/StoredJournalEventHandler.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Handlers/Events/UpdatedJournalEventHandler.php b/app/Handlers/Events/UpdatedJournalEventHandler.php
index 13f2af4b01..20e446ea5e 100644
--- a/app/Handlers/Events/UpdatedJournalEventHandler.php
+++ b/app/Handlers/Events/UpdatedJournalEventHandler.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Handlers/Events/UserEventHandler.php b/app/Handlers/Events/UserEventHandler.php
index 1a6e016911..031f831f35 100644
--- a/app/Handlers/Events/UserEventHandler.php
+++ b/app/Handlers/Events/UserEventHandler.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Attachments/AttachmentHelper.php b/app/Helpers/Attachments/AttachmentHelper.php
index e71ea6fde3..1e6e0e6986 100644
--- a/app/Helpers/Attachments/AttachmentHelper.php
+++ b/app/Helpers/Attachments/AttachmentHelper.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Attachments/AttachmentHelperInterface.php b/app/Helpers/Attachments/AttachmentHelperInterface.php
index e292b29539..fc66698573 100644
--- a/app/Helpers/Attachments/AttachmentHelperInterface.php
+++ b/app/Helpers/Attachments/AttachmentHelperInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Chart/MetaPieChart.php b/app/Helpers/Chart/MetaPieChart.php
index 65d11c52d4..8fccc9d81f 100644
--- a/app/Helpers/Chart/MetaPieChart.php
+++ b/app/Helpers/Chart/MetaPieChart.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Chart/MetaPieChartInterface.php b/app/Helpers/Chart/MetaPieChartInterface.php
index ee094a2e83..c57fe15ed6 100644
--- a/app/Helpers/Chart/MetaPieChartInterface.php
+++ b/app/Helpers/Chart/MetaPieChartInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/Balance.php b/app/Helpers/Collection/Balance.php
index b1ecf5c206..14e2f67f2b 100644
--- a/app/Helpers/Collection/Balance.php
+++ b/app/Helpers/Collection/Balance.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/BalanceEntry.php b/app/Helpers/Collection/BalanceEntry.php
index 5037b3d421..31b7062698 100644
--- a/app/Helpers/Collection/BalanceEntry.php
+++ b/app/Helpers/Collection/BalanceEntry.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/BalanceHeader.php b/app/Helpers/Collection/BalanceHeader.php
index 84d9844b89..3d5aa6476f 100644
--- a/app/Helpers/Collection/BalanceHeader.php
+++ b/app/Helpers/Collection/BalanceHeader.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/BalanceLine.php b/app/Helpers/Collection/BalanceLine.php
index 1dd425cde6..9bbacd7be6 100644
--- a/app/Helpers/Collection/BalanceLine.php
+++ b/app/Helpers/Collection/BalanceLine.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/Bill.php b/app/Helpers/Collection/Bill.php
index 16a4730863..24b7174043 100644
--- a/app/Helpers/Collection/Bill.php
+++ b/app/Helpers/Collection/Bill.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/BillLine.php b/app/Helpers/Collection/BillLine.php
index 849f14b8a2..8da26845e6 100644
--- a/app/Helpers/Collection/BillLine.php
+++ b/app/Helpers/Collection/BillLine.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collection/Category.php b/app/Helpers/Collection/Category.php
index 60bd436add..12ed91b8e8 100644
--- a/app/Helpers/Collection/Category.php
+++ b/app/Helpers/Collection/Category.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collector/JournalCollector.php b/app/Helpers/Collector/JournalCollector.php
index d719a74ee2..76b149f5d7 100644
--- a/app/Helpers/Collector/JournalCollector.php
+++ b/app/Helpers/Collector/JournalCollector.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Collector/JournalCollectorInterface.php b/app/Helpers/Collector/JournalCollectorInterface.php
index 096142da94..f1d122d688 100644
--- a/app/Helpers/Collector/JournalCollectorInterface.php
+++ b/app/Helpers/Collector/JournalCollectorInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/AmountFilter.php b/app/Helpers/Filter/AmountFilter.php
index faee5a69b3..5183dbac82 100644
--- a/app/Helpers/Filter/AmountFilter.php
+++ b/app/Helpers/Filter/AmountFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/EmptyFilter.php b/app/Helpers/Filter/EmptyFilter.php
index 7c8c16313c..60c03d9769 100644
--- a/app/Helpers/Filter/EmptyFilter.php
+++ b/app/Helpers/Filter/EmptyFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/FilterInterface.php b/app/Helpers/Filter/FilterInterface.php
index 3c932886cc..4155bcde8d 100644
--- a/app/Helpers/Filter/FilterInterface.php
+++ b/app/Helpers/Filter/FilterInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/InternalTransferFilter.php b/app/Helpers/Filter/InternalTransferFilter.php
index 1113977ceb..589310d7db 100644
--- a/app/Helpers/Filter/InternalTransferFilter.php
+++ b/app/Helpers/Filter/InternalTransferFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/NegativeAmountFilter.php b/app/Helpers/Filter/NegativeAmountFilter.php
index 65e95f9fe5..2eb266a07c 100644
--- a/app/Helpers/Filter/NegativeAmountFilter.php
+++ b/app/Helpers/Filter/NegativeAmountFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/OpposingAccountFilter.php b/app/Helpers/Filter/OpposingAccountFilter.php
index 1539b86bde..890e4793dd 100644
--- a/app/Helpers/Filter/OpposingAccountFilter.php
+++ b/app/Helpers/Filter/OpposingAccountFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/PositiveAmountFilter.php b/app/Helpers/Filter/PositiveAmountFilter.php
index 1a6b5383d3..67d2f289d0 100644
--- a/app/Helpers/Filter/PositiveAmountFilter.php
+++ b/app/Helpers/Filter/PositiveAmountFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Filter/TransferFilter.php b/app/Helpers/Filter/TransferFilter.php
index 4d3e6877ef..98efeb473c 100644
--- a/app/Helpers/Filter/TransferFilter.php
+++ b/app/Helpers/Filter/TransferFilter.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/FiscalHelper.php b/app/Helpers/FiscalHelper.php
index 4624f5aac2..19faa6d579 100644
--- a/app/Helpers/FiscalHelper.php
+++ b/app/Helpers/FiscalHelper.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/FiscalHelperInterface.php b/app/Helpers/FiscalHelperInterface.php
index c6a4764da0..c7e73d50c5 100644
--- a/app/Helpers/FiscalHelperInterface.php
+++ b/app/Helpers/FiscalHelperInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Help/Help.php b/app/Helpers/Help/Help.php
index 019d2ef058..fb5cc1f4c9 100644
--- a/app/Helpers/Help/Help.php
+++ b/app/Helpers/Help/Help.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Help/HelpInterface.php b/app/Helpers/Help/HelpInterface.php
index 4768e3fd40..a74284a078 100644
--- a/app/Helpers/Help/HelpInterface.php
+++ b/app/Helpers/Help/HelpInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/BalanceReportHelper.php b/app/Helpers/Report/BalanceReportHelper.php
index 3222c1f1f5..f44dfc15a4 100644
--- a/app/Helpers/Report/BalanceReportHelper.php
+++ b/app/Helpers/Report/BalanceReportHelper.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/BalanceReportHelperInterface.php b/app/Helpers/Report/BalanceReportHelperInterface.php
index 66e7b23e89..820def7669 100644
--- a/app/Helpers/Report/BalanceReportHelperInterface.php
+++ b/app/Helpers/Report/BalanceReportHelperInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/BudgetReportHelper.php b/app/Helpers/Report/BudgetReportHelper.php
index 995932ce73..4ad44c2a2c 100644
--- a/app/Helpers/Report/BudgetReportHelper.php
+++ b/app/Helpers/Report/BudgetReportHelper.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/BudgetReportHelperInterface.php b/app/Helpers/Report/BudgetReportHelperInterface.php
index 7c4a7ccf2f..4b60e5e18f 100644
--- a/app/Helpers/Report/BudgetReportHelperInterface.php
+++ b/app/Helpers/Report/BudgetReportHelperInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/PopupReport.php b/app/Helpers/Report/PopupReport.php
index 65c9164d0c..c03f1482d1 100644
--- a/app/Helpers/Report/PopupReport.php
+++ b/app/Helpers/Report/PopupReport.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/PopupReportInterface.php b/app/Helpers/Report/PopupReportInterface.php
index 4b19f54661..69efef80e6 100644
--- a/app/Helpers/Report/PopupReportInterface.php
+++ b/app/Helpers/Report/PopupReportInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/ReportHelper.php b/app/Helpers/Report/ReportHelper.php
index 6fa664df84..40297dc69f 100644
--- a/app/Helpers/Report/ReportHelper.php
+++ b/app/Helpers/Report/ReportHelper.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Helpers/Report/ReportHelperInterface.php b/app/Helpers/Report/ReportHelperInterface.php
index dafd0105ae..2d182cb6d8 100644
--- a/app/Helpers/Report/ReportHelperInterface.php
+++ b/app/Helpers/Report/ReportHelperInterface.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Account/ReconcileController.php b/app/Http/Controllers/Account/ReconcileController.php
index cd6777024e..04152582fe 100644
--- a/app/Http/Controllers/Account/ReconcileController.php
+++ b/app/Http/Controllers/Account/ReconcileController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/AccountController.php b/app/Http/Controllers/AccountController.php
index 47fffea19a..13bfee352e 100644
--- a/app/Http/Controllers/AccountController.php
+++ b/app/Http/Controllers/AccountController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Admin/ConfigurationController.php b/app/Http/Controllers/Admin/ConfigurationController.php
index 1629aa7677..4b5c9778d3 100644
--- a/app/Http/Controllers/Admin/ConfigurationController.php
+++ b/app/Http/Controllers/Admin/ConfigurationController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Admin/HomeController.php b/app/Http/Controllers/Admin/HomeController.php
index 8e3c57ad0b..c1e214ffc9 100644
--- a/app/Http/Controllers/Admin/HomeController.php
+++ b/app/Http/Controllers/Admin/HomeController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Admin/LinkController.php b/app/Http/Controllers/Admin/LinkController.php
index aaf73c7a9e..234b5aec02 100644
--- a/app/Http/Controllers/Admin/LinkController.php
+++ b/app/Http/Controllers/Admin/LinkController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php
index 77e08b0a47..17ba35290a 100644
--- a/app/Http/Controllers/Admin/UserController.php
+++ b/app/Http/Controllers/Admin/UserController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/AttachmentController.php b/app/Http/Controllers/AttachmentController.php
index 4c3c121334..cb914191eb 100644
--- a/app/Http/Controllers/AttachmentController.php
+++ b/app/Http/Controllers/AttachmentController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php
index dbe7685aad..bda724008f 100644
--- a/app/Http/Controllers/Auth/ForgotPasswordController.php
+++ b/app/Http/Controllers/Auth/ForgotPasswordController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php
index 23812bd3b1..858e889edb 100644
--- a/app/Http/Controllers/Auth/LoginController.php
+++ b/app/Http/Controllers/Auth/LoginController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php
index 601fae5c11..be017a3e17 100644
--- a/app/Http/Controllers/Auth/RegisterController.php
+++ b/app/Http/Controllers/Auth/RegisterController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php
index aa520acb33..3dce99c529 100644
--- a/app/Http/Controllers/Auth/ResetPasswordController.php
+++ b/app/Http/Controllers/Auth/ResetPasswordController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Auth/TwoFactorController.php b/app/Http/Controllers/Auth/TwoFactorController.php
index 00dcef0b02..cf1f122d0f 100644
--- a/app/Http/Controllers/Auth/TwoFactorController.php
+++ b/app/Http/Controllers/Auth/TwoFactorController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/BillController.php b/app/Http/Controllers/BillController.php
index 64c4d13c07..9d44ff4a9f 100644
--- a/app/Http/Controllers/BillController.php
+++ b/app/Http/Controllers/BillController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/BudgetController.php b/app/Http/Controllers/BudgetController.php
index 9ad67ebbea..90a7fc4632 100644
--- a/app/Http/Controllers/BudgetController.php
+++ b/app/Http/Controllers/BudgetController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/CategoryController.php b/app/Http/Controllers/CategoryController.php
index 29f44cf807..3cca1d4ed2 100644
--- a/app/Http/Controllers/CategoryController.php
+++ b/app/Http/Controllers/CategoryController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/AccountController.php b/app/Http/Controllers/Chart/AccountController.php
index c01d888ce4..17b5d4d608 100644
--- a/app/Http/Controllers/Chart/AccountController.php
+++ b/app/Http/Controllers/Chart/AccountController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/BillController.php b/app/Http/Controllers/Chart/BillController.php
index 34e0ca9641..ebf0559d17 100644
--- a/app/Http/Controllers/Chart/BillController.php
+++ b/app/Http/Controllers/Chart/BillController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/BudgetController.php b/app/Http/Controllers/Chart/BudgetController.php
index 6041b778df..932e30d797 100644
--- a/app/Http/Controllers/Chart/BudgetController.php
+++ b/app/Http/Controllers/Chart/BudgetController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/BudgetReportController.php b/app/Http/Controllers/Chart/BudgetReportController.php
index ab0bf74e3c..fefa1c63e9 100644
--- a/app/Http/Controllers/Chart/BudgetReportController.php
+++ b/app/Http/Controllers/Chart/BudgetReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/CategoryController.php b/app/Http/Controllers/Chart/CategoryController.php
index 17fced12e6..c699b4a2a7 100644
--- a/app/Http/Controllers/Chart/CategoryController.php
+++ b/app/Http/Controllers/Chart/CategoryController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/CategoryReportController.php b/app/Http/Controllers/Chart/CategoryReportController.php
index c384e761b4..daa7d1951b 100644
--- a/app/Http/Controllers/Chart/CategoryReportController.php
+++ b/app/Http/Controllers/Chart/CategoryReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/ExpenseReportController.php b/app/Http/Controllers/Chart/ExpenseReportController.php
index 2235eecd74..ec042edbed 100644
--- a/app/Http/Controllers/Chart/ExpenseReportController.php
+++ b/app/Http/Controllers/Chart/ExpenseReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/PiggyBankController.php b/app/Http/Controllers/Chart/PiggyBankController.php
index 303f239008..3958495261 100644
--- a/app/Http/Controllers/Chart/PiggyBankController.php
+++ b/app/Http/Controllers/Chart/PiggyBankController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/ReportController.php b/app/Http/Controllers/Chart/ReportController.php
index f9954986bb..9a57385d3e 100644
--- a/app/Http/Controllers/Chart/ReportController.php
+++ b/app/Http/Controllers/Chart/ReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Chart/TagReportController.php b/app/Http/Controllers/Chart/TagReportController.php
index 7a2ceecdd6..0da5c269cb 100644
--- a/app/Http/Controllers/Chart/TagReportController.php
+++ b/app/Http/Controllers/Chart/TagReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php
index a327c4fd39..8f1f4ecd39 100644
--- a/app/Http/Controllers/Controller.php
+++ b/app/Http/Controllers/Controller.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/CurrencyController.php b/app/Http/Controllers/CurrencyController.php
index 9524c971b9..4240db44f3 100644
--- a/app/Http/Controllers/CurrencyController.php
+++ b/app/Http/Controllers/CurrencyController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/ExportController.php b/app/Http/Controllers/ExportController.php
index 33df4d9f0a..96c34d6486 100644
--- a/app/Http/Controllers/ExportController.php
+++ b/app/Http/Controllers/ExportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/HelpController.php b/app/Http/Controllers/HelpController.php
index 94d16bdcaa..b972e5185a 100644
--- a/app/Http/Controllers/HelpController.php
+++ b/app/Http/Controllers/HelpController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php
index 346eabfff4..54a188de5d 100644
--- a/app/Http/Controllers/HomeController.php
+++ b/app/Http/Controllers/HomeController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Import/BankController.php b/app/Http/Controllers/Import/BankController.php
index 5eaf4eb436..34c2a726cd 100644
--- a/app/Http/Controllers/Import/BankController.php
+++ b/app/Http/Controllers/Import/BankController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Import/ConfigurationController.php b/app/Http/Controllers/Import/ConfigurationController.php
index c51b2e432d..67c05245f4 100644
--- a/app/Http/Controllers/Import/ConfigurationController.php
+++ b/app/Http/Controllers/Import/ConfigurationController.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
namespace FireflyIII\Http\Controllers\Import;
diff --git a/app/Http/Controllers/Import/FileController.php b/app/Http/Controllers/Import/FileController.php
index 6eb81d17d8..92240afb6a 100644
--- a/app/Http/Controllers/Import/FileController.php
+++ b/app/Http/Controllers/Import/FileController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Import/IndexController.php b/app/Http/Controllers/Import/IndexController.php
index 1b6911a458..a04bda626b 100644
--- a/app/Http/Controllers/Import/IndexController.php
+++ b/app/Http/Controllers/Import/IndexController.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
diff --git a/app/Http/Controllers/Import/PrerequisitesController.php b/app/Http/Controllers/Import/PrerequisitesController.php
index 3f475d4d8e..256d94e828 100644
--- a/app/Http/Controllers/Import/PrerequisitesController.php
+++ b/app/Http/Controllers/Import/PrerequisitesController.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
namespace FireflyIII\Http\Controllers\Import;
diff --git a/app/Http/Controllers/Import/StatusController.php b/app/Http/Controllers/Import/StatusController.php
index 297b085e15..93fe690316 100644
--- a/app/Http/Controllers/Import/StatusController.php
+++ b/app/Http/Controllers/Import/StatusController.php
@@ -1,4 +1,24 @@
.
+ */
+
declare(strict_types=1);
namespace FireflyIII\Http\Controllers\Import;
diff --git a/app/Http/Controllers/JavascriptController.php b/app/Http/Controllers/JavascriptController.php
index 03d3d73931..e6d900bad7 100644
--- a/app/Http/Controllers/JavascriptController.php
+++ b/app/Http/Controllers/JavascriptController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Json/AutoCompleteController.php b/app/Http/Controllers/Json/AutoCompleteController.php
index 1cbd9c26e2..cfa618e450 100644
--- a/app/Http/Controllers/Json/AutoCompleteController.php
+++ b/app/Http/Controllers/Json/AutoCompleteController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Json/BoxController.php b/app/Http/Controllers/Json/BoxController.php
index 29ecc6bdf7..7c6810613e 100644
--- a/app/Http/Controllers/Json/BoxController.php
+++ b/app/Http/Controllers/Json/BoxController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Json/ExchangeController.php b/app/Http/Controllers/Json/ExchangeController.php
index 096398caa8..4fd83001fe 100644
--- a/app/Http/Controllers/Json/ExchangeController.php
+++ b/app/Http/Controllers/Json/ExchangeController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Json/FrontpageController.php b/app/Http/Controllers/Json/FrontpageController.php
index 5bbcfa66ca..fa95776484 100644
--- a/app/Http/Controllers/Json/FrontpageController.php
+++ b/app/Http/Controllers/Json/FrontpageController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Json/IntroController.php b/app/Http/Controllers/Json/IntroController.php
index 78f10480a0..a7c19a36a1 100644
--- a/app/Http/Controllers/Json/IntroController.php
+++ b/app/Http/Controllers/Json/IntroController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/JsonController.php b/app/Http/Controllers/JsonController.php
index f88a01b154..8ade385a4f 100644
--- a/app/Http/Controllers/JsonController.php
+++ b/app/Http/Controllers/JsonController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/NewUserController.php b/app/Http/Controllers/NewUserController.php
index 2a703340b0..be61c563b7 100644
--- a/app/Http/Controllers/NewUserController.php
+++ b/app/Http/Controllers/NewUserController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/PiggyBankController.php b/app/Http/Controllers/PiggyBankController.php
index b281c64753..95190c7373 100644
--- a/app/Http/Controllers/PiggyBankController.php
+++ b/app/Http/Controllers/PiggyBankController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Popup/ReportController.php b/app/Http/Controllers/Popup/ReportController.php
index 22dcf29801..41103c064e 100644
--- a/app/Http/Controllers/Popup/ReportController.php
+++ b/app/Http/Controllers/Popup/ReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/PreferencesController.php b/app/Http/Controllers/PreferencesController.php
index 5baebdfa79..1ab248aa9b 100644
--- a/app/Http/Controllers/PreferencesController.php
+++ b/app/Http/Controllers/PreferencesController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php
index 376443dbab..d79bd11f48 100644
--- a/app/Http/Controllers/ProfileController.php
+++ b/app/Http/Controllers/ProfileController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Report/AccountController.php b/app/Http/Controllers/Report/AccountController.php
index 589cf3d234..67bd8d2230 100644
--- a/app/Http/Controllers/Report/AccountController.php
+++ b/app/Http/Controllers/Report/AccountController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Report/BalanceController.php b/app/Http/Controllers/Report/BalanceController.php
index 94ac4f280f..3b31be87de 100644
--- a/app/Http/Controllers/Report/BalanceController.php
+++ b/app/Http/Controllers/Report/BalanceController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Report/BudgetController.php b/app/Http/Controllers/Report/BudgetController.php
index 8891be09d6..7a129f3fa7 100644
--- a/app/Http/Controllers/Report/BudgetController.php
+++ b/app/Http/Controllers/Report/BudgetController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Report/CategoryController.php b/app/Http/Controllers/Report/CategoryController.php
index 25f9d5fe9d..037e631e9b 100644
--- a/app/Http/Controllers/Report/CategoryController.php
+++ b/app/Http/Controllers/Report/CategoryController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Report/ExpenseController.php b/app/Http/Controllers/Report/ExpenseController.php
index a9c722ea66..3ca2699b53 100644
--- a/app/Http/Controllers/Report/ExpenseController.php
+++ b/app/Http/Controllers/Report/ExpenseController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Report/OperationsController.php b/app/Http/Controllers/Report/OperationsController.php
index 29fcee0693..2164c57749 100644
--- a/app/Http/Controllers/Report/OperationsController.php
+++ b/app/Http/Controllers/Report/OperationsController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/ReportController.php b/app/Http/Controllers/ReportController.php
index cbcab15618..bfb0d656e9 100644
--- a/app/Http/Controllers/ReportController.php
+++ b/app/Http/Controllers/ReportController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/RuleController.php b/app/Http/Controllers/RuleController.php
index e52201b56c..2dcfad0eab 100644
--- a/app/Http/Controllers/RuleController.php
+++ b/app/Http/Controllers/RuleController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/RuleGroupController.php b/app/Http/Controllers/RuleGroupController.php
index c30d8e80fb..98308933f7 100644
--- a/app/Http/Controllers/RuleGroupController.php
+++ b/app/Http/Controllers/RuleGroupController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php
index cf77efaf76..73e34ea78a 100644
--- a/app/Http/Controllers/SearchController.php
+++ b/app/Http/Controllers/SearchController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/TagController.php b/app/Http/Controllers/TagController.php
index db2407d85e..8b84c8f3f6 100644
--- a/app/Http/Controllers/TagController.php
+++ b/app/Http/Controllers/TagController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Transaction/ConvertController.php b/app/Http/Controllers/Transaction/ConvertController.php
index 490d817aa3..19a773e5c6 100644
--- a/app/Http/Controllers/Transaction/ConvertController.php
+++ b/app/Http/Controllers/Transaction/ConvertController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Transaction/LinkController.php b/app/Http/Controllers/Transaction/LinkController.php
index 9a2d316fbb..584d056244 100644
--- a/app/Http/Controllers/Transaction/LinkController.php
+++ b/app/Http/Controllers/Transaction/LinkController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/Transaction/MassController.php b/app/Http/Controllers/Transaction/MassController.php
index fb512aa3dc..2bb0a44d27 100644
--- a/app/Http/Controllers/Transaction/MassController.php
+++ b/app/Http/Controllers/Transaction/MassController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Controllers/TransactionController.php b/app/Http/Controllers/TransactionController.php
index 02b222069d..25c30b6aa1 100644
--- a/app/Http/Controllers/TransactionController.php
+++ b/app/Http/Controllers/TransactionController.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php
index 0acba8c535..5535a78fe0 100644
--- a/app/Http/Kernel.php
+++ b/app/Http/Kernel.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Http/breadcrumbs.php b/app/Http/breadcrumbs.php
index f9485b911b..64665ece61 100644
--- a/app/Http/breadcrumbs.php
+++ b/app/Http/breadcrumbs.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Import/Specifics/AbnAmroDescription.php b/app/Import/Specifics/AbnAmroDescription.php
index 8f509cbf84..26658ad045 100644
--- a/app/Import/Specifics/AbnAmroDescription.php
+++ b/app/Import/Specifics/AbnAmroDescription.php
@@ -1,7 +1,7 @@
.
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Import/Specifics/IngDescription.php b/app/Import/Specifics/IngDescription.php
index c34cf61cde..4f8555b870 100644
--- a/app/Import/Specifics/IngDescription.php
+++ b/app/Import/Specifics/IngDescription.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/Import/Specifics/SnsDescription.php b/app/Import/Specifics/SnsDescription.php
index 131823d1d9..5da017100b 100644
--- a/app/Import/Specifics/SnsDescription.php
+++ b/app/Import/Specifics/SnsDescription.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/TransactionRules/Processor.php b/app/TransactionRules/Processor.php
index ba1623b315..f3b7677d52 100644
--- a/app/TransactionRules/Processor.php
+++ b/app/TransactionRules/Processor.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);
diff --git a/app/User.php b/app/User.php
index 1bad9256c7..1fa24e7a80 100644
--- a/app/User.php
+++ b/app/User.php
@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Firefly III. If not, see .
+ * along with Firefly III. If not, see .
*/
declare(strict_types=1);