mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
fix phpstan warnings
This commit is contained in:
@@ -124,7 +124,7 @@ trait AttachmentCollection
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
$filter = static function (array $object) use ($name): bool {
|
||||
/** @var array $transaction */
|
||||
@@ -159,7 +159,7 @@ trait AttachmentCollection
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
$filter = static function (array $object) use ($name): bool {
|
||||
/** @var array $transaction */
|
||||
@@ -194,7 +194,7 @@ trait AttachmentCollection
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
$filter = static function (array $object) use ($name): bool {
|
||||
/** @var array $transaction */
|
||||
|
Reference in New Issue
Block a user