Skip to content

Commit b5f057c

Browse files
committed
fix: Fix psalm issue
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 8207afb commit b5f057c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/public/TaskProcessing/Exception/ProcessingException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*
1919
* @since 30.0.0
2020
*/
21-
#[Consumable('30.0.0')]
21+
#[Consumable(since: '30.0.0')]
2222
class ProcessingException extends \RuntimeException {
2323
}

lib/public/TaskProcessing/Exception/UserFacingProcessingException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @since 33.0.0
2121
*/
22-
#[Consumable('33.0.0')]
22+
#[Consumable(since: '33.0.0')]
2323
class UserFacingProcessingException extends ProcessingException {
2424

2525
/**

lib/public/TaskProcessing/IManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* without known which providers are installed
2727
* @since 30.0.0
2828
*/
29-
#[Consumable('30.0.0')]
29+
#[Consumable(since: '30.0.0')]
3030
interface IManager {
3131

3232
/**

0 commit comments

Comments
 (0)