Auto commit for release 'develop' on 2024-11-25

This commit is contained in:
github-actions
2024-11-25 04:18:55 +01:00
parent 91a2a1afc3
commit 71c208c4fb
524 changed files with 554 additions and 34 deletions

View File

@@ -406,16 +406,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.64.0", "version": "v3.65.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "58dd9c931c785a79739310aef5178928305ffa67" "reference": "79d4f3e77b250a7d8043d76c6af8f0695e8a469f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/58dd9c931c785a79739310aef5178928305ffa67", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/79d4f3e77b250a7d8043d76c6af8f0695e8a469f",
"reference": "58dd9c931c785a79739310aef5178928305ffa67", "reference": "79d4f3e77b250a7d8043d76c6af8f0695e8a469f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -425,7 +425,7 @@
"ext-filter": "*", "ext-filter": "*",
"ext-json": "*", "ext-json": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"fidry/cpu-core-counter": "^1.0", "fidry/cpu-core-counter": "^1.2",
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"react/child-process": "^0.6.5", "react/child-process": "^0.6.5",
"react/event-loop": "^1.0", "react/event-loop": "^1.0",
@@ -445,18 +445,18 @@
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
}, },
"require-dev": { "require-dev": {
"facile-it/paraunit": "^1.3 || ^2.3", "facile-it/paraunit": "^1.3.1 || ^2.4",
"infection/infection": "^0.29.5", "infection/infection": "^0.29.8",
"justinrainbow/json-schema": "^5.2", "justinrainbow/json-schema": "^5.3 || ^6.0",
"keradus/cli-executor": "^2.1", "keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.11", "mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.7", "php-coveralls/php-coveralls": "^2.7",
"php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
"phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2", "phpunit/phpunit": "^9.6.21 || ^10.5.38 || ^11.4.3",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0", "symfony/var-dumper": "^5.4.47 || ^6.4.15 || ^7.1.8",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0" "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6"
}, },
"suggest": { "suggest": {
"ext-dom": "For handling output formats in XML", "ext-dom": "For handling output formats in XML",
@@ -497,7 +497,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.64.0" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.65.0"
}, },
"funding": [ "funding": [
{ {
@@ -505,7 +505,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-08-30T23:09:38+00:00" "time": "2024-11-25T00:39:24+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* AccountController.php * AccountController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* BillController.php * BillController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* BudgetController.php * BudgetController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* CategoryController.php * CategoryController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* CurrencyController.php * CurrencyController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* ObjectGroupController.php * ObjectGroupController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* PiggyBankController.php * PiggyBankController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* RecurrenceController.php * RecurrenceController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* RuleController.php * RuleController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* RuleGroupController.php * RuleGroupController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* TagController.php * TagController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* TransactionController.php * TransactionController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* TransactionTypeController.php * TransactionTypeController.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* PurgeController.php * PurgeController.php
* Copyright (c) 2022 james@firefly-iii.org * Copyright (c) 2022 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* BudgetController.php * BudgetController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* PeriodController.php * PeriodController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* PeriodController.php * PeriodController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* AccountController.php * AccountController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* CategoryController.php * CategoryController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* PeriodController.php * PeriodController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* TagController.php * TagController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* AccountController.php * AccountController.php
* Copyright (c) 2019 james@firefly-iii.org * Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* AccountController.php * AccountController.php
* Copyright (c) 2019 james@firefly-iii.org * Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* AccountController.php * AccountController.php
* Copyright (c) 2019 james@firefly-iii.org * Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* AccountController.php * AccountController.php
* Copyright (c) 2019 james@firefly-iii.org * Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ExpressionController.php * ExpressionController.php
* Copyright (c) 2024 Michael Thomas * Copyright (c) 2024 Michael Thomas

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* TriggerController.php * TriggerController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* TriggerController.php * TriggerController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* DestroyController.php * DestroyController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ListController.php * ListController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ConfigurationController.php * ConfigurationController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* CronController.php * CronController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* AttemptController.php * AttemptController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* MessageController.php * MessageController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ShowController.php * ShowController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* StoreController.php * StoreController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* SubmitController.php * SubmitController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* UpdateController.php * UpdateController.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* AutocompleteRequest.php * AutocompleteRequest.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/** /**
* DataDestroyRequest.php * DataDestroyRequest.php
* Copyright (c) 2020 james@firefly-iii.org * Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* ExportRequest.php * ExportRequest.php
* Copyright (c) 2021 james@firefly-iii.org * Copyright (c) 2021 james@firefly-iii.org

Some files were not shown because too many files have changed in this diff Show More