From 86cb011a5c1b7bda42a02b18f3dcf99b88592853 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Tue, 17 Dec 2024 09:22:00 +0100 Subject: [PATCH] style: Fix php-cs issues Signed-off-by: Julius Knorr --- appinfo/autoload.php | 1 + appinfo/routes.php | 1 + lib/Activity/ActivityManager.php | 1 + lib/Activity/ChangeSet.php | 1 + lib/Activity/DeckProvider.php | 1 + lib/Activity/Filter.php | 1 + lib/Activity/SettingBase.php | 1 + lib/Activity/SettingChanges.php | 1 + lib/Activity/SettingComment.php | 1 + lib/Activity/SettingDescription.php | 1 + lib/AppInfo/Application.php | 1 + lib/ArchivedItemException.php | 1 + lib/BadRequestException.php | 1 + lib/Capabilities.php | 1 + lib/Collaboration/Resources/ResourceProvider.php | 1 + lib/Collaboration/Resources/ResourceProviderCard.php | 1 + lib/Command/BoardImport.php | 1 + lib/Command/TransferOwnership.php | 1 + lib/Command/UserExport.php | 1 + lib/Controller/AttachmentApiController.php | 1 + lib/Controller/AttachmentApiV11Controller.php | 1 + lib/Controller/AttachmentController.php | 1 + lib/Controller/BoardApiController.php | 1 + lib/Controller/BoardController.php | 1 + lib/Controller/BoardImportApiController.php | 1 + lib/Controller/CardApiController.php | 1 + lib/Controller/CardController.php | 1 + lib/Controller/CommentsApiController.php | 1 + lib/Controller/ConfigController.php | 1 + lib/Controller/LabelApiController.php | 1 + lib/Controller/LabelController.php | 1 + lib/Controller/PageController.php | 1 + lib/Controller/SearchController.php | 1 + lib/Controller/StackApiController.php | 1 + lib/Controller/StackController.php | 1 + lib/Cron/CardDescriptionActivity.php | 1 + lib/Cron/DeleteCron.php | 1 + lib/Cron/ScheduledNotifications.php | 1 + lib/DAV/Calendar.php | 1 + lib/DAV/CalendarObject.php | 1 + lib/DAV/CalendarPlugin.php | 1 + lib/DAV/DeckCalendarBackend.php | 1 + lib/Db/Acl.php | 1 + lib/Db/AclMapper.php | 1 + lib/Db/Assignment.php | 1 + lib/Db/AssignmentMapper.php | 1 + lib/Db/Attachment.php | 1 + lib/Db/AttachmentMapper.php | 1 + lib/Db/Board.php | 1 + lib/Db/BoardMapper.php | 1 + lib/Db/CardMapper.php | 1 + lib/Db/ChangeHelper.php | 1 + lib/Db/Circle.php | 1 + lib/Db/DeckMapper.php | 1 + lib/Db/Group.php | 1 + lib/Db/IPermissionMapper.php | 1 + lib/Db/Label.php | 1 + lib/Db/LabelMapper.php | 1 + lib/Db/RelationalEntity.php | 1 + lib/Db/RelationalObject.php | 1 + lib/Db/Stack.php | 1 + lib/Db/StackMapper.php | 1 + lib/Db/User.php | 1 + lib/Event/AAclEvent.php | 1 + lib/Event/ABoardImportGetAllowedEvent.php | 1 + lib/Event/ACardEvent.php | 1 + lib/Event/AclDeletedEvent.php | 1 + lib/Event/AclUpdatedEvent.php | 1 + lib/Event/BoardImportGetAllowedEvent.php | 1 + lib/Event/BoardUpdatedEvent.php | 1 + lib/Event/CardCreatedEvent.php | 1 + lib/Event/CardDeletedEvent.php | 1 + lib/Event/CardUpdatedEvent.php | 1 + lib/Exceptions/ConflictException.php | 1 + lib/InvalidAttachmentType.php | 1 + lib/Listeners/BeforeTemplateRenderedListener.php | 1 + lib/Listeners/FullTextSearchEventListener.php | 1 + lib/Listeners/LiveUpdateListener.php | 1 + lib/Listeners/ParticipantCleanupListener.php | 1 + lib/Listeners/ResourceAdditionalScriptsListener.php | 1 + lib/Listeners/ResourceListener.php | 1 + lib/Middleware/DefaultBoardMiddleware.php | 1 + lib/Middleware/ExceptionMiddleware.php | 1 + lib/Migration/DeletedCircleCleanup.php | 1 + lib/Migration/Version10900Date202206151724222.php | 1 + lib/Migration/Version11000Date20240222115515.php | 1 + lib/Model/BoardSummary.php | 1 + lib/Model/CardDetails.php | 1 + lib/Model/OptionalNullableValue.php | 1 + lib/NoPermissionException.php | 1 + lib/NotFoundException.php | 1 + lib/Notification/Notifier.php | 1 + lib/Reference/BoardReferenceProvider.php | 1 + lib/Reference/CardReferenceProvider.php | 1 + lib/Reference/CommentReferenceProvider.php | 1 + lib/Reference/CreateCardReferenceProvider.php | 1 + lib/Search/BoardSearchResultEntry.php | 1 + lib/Search/CardCommentProvider.php | 1 + lib/Search/CardSearchResultEntry.php | 1 + lib/Search/CommentSearchResultEntry.php | 1 + lib/Search/DeckProvider.php | 1 + lib/Search/FilterStringParser.php | 1 + lib/Search/Query/AQueryParameter.php | 1 + lib/Search/Query/DateQueryParameter.php | 1 + lib/Search/Query/SearchQuery.php | 1 + lib/Search/Query/StringQueryParameter.php | 1 + lib/Service/AssignmentService.php | 1 + lib/Service/AttachmentService.php | 1 + lib/Service/BoardService.php | 1 + lib/Service/CardService.php | 1 + lib/Service/CirclesService.php | 1 + lib/Service/CommentService.php | 1 + lib/Service/ConfigService.php | 1 + lib/Service/DefaultBoardService.php | 1 + lib/Service/FileService.php | 1 + lib/Service/FilesAppService.php | 1 + lib/Service/IAttachmentService.php | 1 + lib/Service/ICustomAttachmentService.php | 1 + lib/Service/Importer/ABoardImportService.php | 1 + lib/Service/Importer/BoardImportCommandService.php | 1 + lib/Service/Importer/BoardImportService.php | 1 + lib/Service/Importer/Systems/DeckJsonService.php | 1 + lib/Service/Importer/Systems/TrelloApiService.php | 1 + lib/Service/Importer/Systems/TrelloJsonService.php | 1 + lib/Service/LabelService.php | 1 + lib/Service/SearchService.php | 1 + lib/Service/StackService.php | 1 + lib/Sharing/DeckShareProvider.php | 1 + lib/Sharing/Listener.php | 1 + lib/Sharing/ShareAPIHelper.php | 1 + lib/StatusException.php | 1 + lib/Validators/AssignmentServiceValidator.php | 1 + lib/Validators/AttachmentServiceValidator.php | 1 + lib/Validators/BaseValidator.php | 1 + lib/Validators/BoardServiceValidator.php | 1 + lib/Validators/CardServiceValidator.php | 1 + lib/Validators/LabelServiceValidator.php | 1 + lib/Validators/StackServiceValidator.php | 1 + templates/main.php | 1 + tests/bootstrap.php | 1 + tests/integration/app/AppTest.php | 1 + tests/integration/database/AssignmentMapperTest.php | 1 + tests/integration/database/BoardDatabaseTest.php | 1 + tests/integration/features/bootstrap/RequestTrait.php | 1 + tests/integration/import/ImportExportTest.php | 1 + tests/unit/Activity/ActivityManagerTest.php | 1 + tests/unit/Activity/ChangeSetTest.php | 1 + tests/unit/Activity/DeckProviderTest.php | 1 + tests/unit/Activity/FilterTest.php | 1 + tests/unit/Activity/SettingTest.php | 1 + tests/unit/Command/BoardImportTest.php | 1 + tests/unit/Command/UserExportTest.php | 1 + tests/unit/Cron/DeleteCronTest.php | 1 + tests/unit/Cron/ScheduledNoificationsTest.php | 1 + tests/unit/Db/AclMapperTest.php | 1 + tests/unit/Db/AclTest.php | 1 + tests/unit/Db/AttachmentMapperTest.php | 1 + tests/unit/Db/AttachmentTest.php | 1 + tests/unit/Db/BoardMapperTest.php | 1 + tests/unit/Db/CardTest.php | 1 + tests/unit/Db/GroupTest.php | 1 + tests/unit/Db/LabelTest.php | 1 + tests/unit/Db/RelationalEntityTest.php | 1 + tests/unit/Db/StackTest.php | 1 + tests/unit/Db/UserTest.php | 1 + tests/unit/ExceptionsTest.php | 1 + tests/unit/Listeners/CommentEventListenerTest.php | 1 + tests/unit/Middleware/ExceptionMiddlewareTest.php | 1 + tests/unit/Notification/NotificationHelperTest.php | 1 + tests/unit/Notification/NotifierTest.php | 1 + tests/unit/Reference/CardReferenceProviderTest.php | 1 + tests/unit/Search/FilterStringParserTest.php | 1 + tests/unit/Search/Query/AQueryParameterTest.php | 1 + tests/unit/Service/AssignmentServiceTest.php | 1 + tests/unit/Service/AttachmentServiceTest.php | 1 + tests/unit/Service/BoardServiceTest.php | 1 + tests/unit/Service/CardServiceTest.php | 1 + tests/unit/Service/DefaultBoardServiceTest.php | 1 + tests/unit/Service/FileServiceTest.php | 1 + tests/unit/Service/Importer/BoardImportServiceTest.php | 1 + tests/unit/Service/Importer/Systems/DeckJsonServiceTest.php | 1 + tests/unit/Service/Importer/Systems/TrelloJsonServiceTest.php | 1 + tests/unit/Service/LabelServiceTest.php | 1 + tests/unit/Service/PermissionServiceTest.php | 1 + tests/unit/Service/StackServiceTest.php | 1 + tests/unit/controller/BoardApiControllerTest.php | 1 + tests/unit/controller/BoardControllerTest.php | 1 + tests/unit/controller/BoardImportApiControllerTest.php | 1 + tests/unit/controller/CardApiControllerTest.php | 1 + tests/unit/controller/CardControllerTest.php | 1 + tests/unit/controller/LabelApiControllerTest.php | 1 + tests/unit/controller/LabelControllerTest.php | 1 + tests/unit/controller/PageControllerTest.php | 1 + tests/unit/controller/StackApiControllerTest.php | 1 + tests/unit/controller/StackControllerTest.php | 1 + 195 files changed, 195 insertions(+) diff --git a/appinfo/autoload.php b/appinfo/autoload.php index 107b49e94..af64eb5be 100644 --- a/appinfo/autoload.php +++ b/appinfo/autoload.php @@ -1,4 +1,5 @@ * diff --git a/tests/integration/app/AppTest.php b/tests/integration/app/AppTest.php index 399de955b..7e062dd08 100644 --- a/tests/integration/app/AppTest.php +++ b/tests/integration/app/AppTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/integration/database/AssignmentMapperTest.php b/tests/integration/database/AssignmentMapperTest.php index e2c2119e2..d28c6c836 100644 --- a/tests/integration/database/AssignmentMapperTest.php +++ b/tests/integration/database/AssignmentMapperTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/integration/database/BoardDatabaseTest.php b/tests/integration/database/BoardDatabaseTest.php index 9b8ea0c35..b65721675 100644 --- a/tests/integration/database/BoardDatabaseTest.php +++ b/tests/integration/database/BoardDatabaseTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/integration/features/bootstrap/RequestTrait.php b/tests/integration/features/bootstrap/RequestTrait.php index dd8939f62..d9668af22 100644 --- a/tests/integration/features/bootstrap/RequestTrait.php +++ b/tests/integration/features/bootstrap/RequestTrait.php @@ -1,4 +1,5 @@ * diff --git a/tests/integration/import/ImportExportTest.php b/tests/integration/import/ImportExportTest.php index 780279fa3..2dbd5f8db 100644 --- a/tests/integration/import/ImportExportTest.php +++ b/tests/integration/import/ImportExportTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Activity/ActivityManagerTest.php b/tests/unit/Activity/ActivityManagerTest.php index 1de36a57e..bce21ebd7 100644 --- a/tests/unit/Activity/ActivityManagerTest.php +++ b/tests/unit/Activity/ActivityManagerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Activity/ChangeSetTest.php b/tests/unit/Activity/ChangeSetTest.php index fe6da241f..7c36b0571 100644 --- a/tests/unit/Activity/ChangeSetTest.php +++ b/tests/unit/Activity/ChangeSetTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Activity/DeckProviderTest.php b/tests/unit/Activity/DeckProviderTest.php index f20743d4c..a371d86da 100644 --- a/tests/unit/Activity/DeckProviderTest.php +++ b/tests/unit/Activity/DeckProviderTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Activity/FilterTest.php b/tests/unit/Activity/FilterTest.php index 8a22b6a91..ce9990a42 100644 --- a/tests/unit/Activity/FilterTest.php +++ b/tests/unit/Activity/FilterTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Activity/SettingTest.php b/tests/unit/Activity/SettingTest.php index 407e18d3b..7f9bc5aa4 100644 --- a/tests/unit/Activity/SettingTest.php +++ b/tests/unit/Activity/SettingTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Command/BoardImportTest.php b/tests/unit/Command/BoardImportTest.php index 32701811b..db6326308 100644 --- a/tests/unit/Command/BoardImportTest.php +++ b/tests/unit/Command/BoardImportTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Command/UserExportTest.php b/tests/unit/Command/UserExportTest.php index 1069600aa..d6b528959 100644 --- a/tests/unit/Command/UserExportTest.php +++ b/tests/unit/Command/UserExportTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Cron/DeleteCronTest.php b/tests/unit/Cron/DeleteCronTest.php index 88d73b8ab..e077a77f9 100644 --- a/tests/unit/Cron/DeleteCronTest.php +++ b/tests/unit/Cron/DeleteCronTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Cron/ScheduledNoificationsTest.php b/tests/unit/Cron/ScheduledNoificationsTest.php index fd39521d9..f3d6338c8 100644 --- a/tests/unit/Cron/ScheduledNoificationsTest.php +++ b/tests/unit/Cron/ScheduledNoificationsTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/AclMapperTest.php b/tests/unit/Db/AclMapperTest.php index a6138530d..0868aa44e 100644 --- a/tests/unit/Db/AclMapperTest.php +++ b/tests/unit/Db/AclMapperTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/AclTest.php b/tests/unit/Db/AclTest.php index 899ec73c1..06953b983 100644 --- a/tests/unit/Db/AclTest.php +++ b/tests/unit/Db/AclTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/AttachmentMapperTest.php b/tests/unit/Db/AttachmentMapperTest.php index a039a42c4..9489909f1 100644 --- a/tests/unit/Db/AttachmentMapperTest.php +++ b/tests/unit/Db/AttachmentMapperTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/AttachmentTest.php b/tests/unit/Db/AttachmentTest.php index dcda496b2..9fa1c6795 100644 --- a/tests/unit/Db/AttachmentTest.php +++ b/tests/unit/Db/AttachmentTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/BoardMapperTest.php b/tests/unit/Db/BoardMapperTest.php index f7189a158..edbe8d49b 100644 --- a/tests/unit/Db/BoardMapperTest.php +++ b/tests/unit/Db/BoardMapperTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/CardTest.php b/tests/unit/Db/CardTest.php index f38549f8c..8c761130a 100644 --- a/tests/unit/Db/CardTest.php +++ b/tests/unit/Db/CardTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/GroupTest.php b/tests/unit/Db/GroupTest.php index f57bccb47..0b640891d 100644 --- a/tests/unit/Db/GroupTest.php +++ b/tests/unit/Db/GroupTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/LabelTest.php b/tests/unit/Db/LabelTest.php index 3c1d50594..543be4468 100644 --- a/tests/unit/Db/LabelTest.php +++ b/tests/unit/Db/LabelTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/RelationalEntityTest.php b/tests/unit/Db/RelationalEntityTest.php index ffedbfd7f..2f34bd72c 100644 --- a/tests/unit/Db/RelationalEntityTest.php +++ b/tests/unit/Db/RelationalEntityTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/StackTest.php b/tests/unit/Db/StackTest.php index 03364256e..7f323d1fe 100644 --- a/tests/unit/Db/StackTest.php +++ b/tests/unit/Db/StackTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Db/UserTest.php b/tests/unit/Db/UserTest.php index 2a13c207f..4bc73f32a 100644 --- a/tests/unit/Db/UserTest.php +++ b/tests/unit/Db/UserTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/ExceptionsTest.php b/tests/unit/ExceptionsTest.php index 902bc4e6e..96ee60f84 100644 --- a/tests/unit/ExceptionsTest.php +++ b/tests/unit/ExceptionsTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Listeners/CommentEventListenerTest.php b/tests/unit/Listeners/CommentEventListenerTest.php index 90b298cdd..53e736cc0 100644 --- a/tests/unit/Listeners/CommentEventListenerTest.php +++ b/tests/unit/Listeners/CommentEventListenerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Middleware/ExceptionMiddlewareTest.php b/tests/unit/Middleware/ExceptionMiddlewareTest.php index 123f25b25..a04d1c345 100644 --- a/tests/unit/Middleware/ExceptionMiddlewareTest.php +++ b/tests/unit/Middleware/ExceptionMiddlewareTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Notification/NotificationHelperTest.php b/tests/unit/Notification/NotificationHelperTest.php index 7dd60a90e..30483f11a 100644 --- a/tests/unit/Notification/NotificationHelperTest.php +++ b/tests/unit/Notification/NotificationHelperTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Notification/NotifierTest.php b/tests/unit/Notification/NotifierTest.php index 944f66453..e9fb9a501 100644 --- a/tests/unit/Notification/NotifierTest.php +++ b/tests/unit/Notification/NotifierTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Reference/CardReferenceProviderTest.php b/tests/unit/Reference/CardReferenceProviderTest.php index e75efd228..9fbfb2966 100644 --- a/tests/unit/Reference/CardReferenceProviderTest.php +++ b/tests/unit/Reference/CardReferenceProviderTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Search/FilterStringParserTest.php b/tests/unit/Search/FilterStringParserTest.php index 91c94163c..8629f32a1 100644 --- a/tests/unit/Search/FilterStringParserTest.php +++ b/tests/unit/Search/FilterStringParserTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Search/Query/AQueryParameterTest.php b/tests/unit/Search/Query/AQueryParameterTest.php index 75ae862c0..f86ab649b 100644 --- a/tests/unit/Search/Query/AQueryParameterTest.php +++ b/tests/unit/Search/Query/AQueryParameterTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/AssignmentServiceTest.php b/tests/unit/Service/AssignmentServiceTest.php index 8a78bc5da..bef8fa60d 100644 --- a/tests/unit/Service/AssignmentServiceTest.php +++ b/tests/unit/Service/AssignmentServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/AttachmentServiceTest.php b/tests/unit/Service/AttachmentServiceTest.php index b63706622..abdebb0b1 100644 --- a/tests/unit/Service/AttachmentServiceTest.php +++ b/tests/unit/Service/AttachmentServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/BoardServiceTest.php b/tests/unit/Service/BoardServiceTest.php index bba051cc5..5e42f5d25 100644 --- a/tests/unit/Service/BoardServiceTest.php +++ b/tests/unit/Service/BoardServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/CardServiceTest.php b/tests/unit/Service/CardServiceTest.php index 8e685376c..92280c993 100644 --- a/tests/unit/Service/CardServiceTest.php +++ b/tests/unit/Service/CardServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/DefaultBoardServiceTest.php b/tests/unit/Service/DefaultBoardServiceTest.php index a2f42623c..0bcad8e4d 100644 --- a/tests/unit/Service/DefaultBoardServiceTest.php +++ b/tests/unit/Service/DefaultBoardServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/FileServiceTest.php b/tests/unit/Service/FileServiceTest.php index cac05797f..c125f6f93 100644 --- a/tests/unit/Service/FileServiceTest.php +++ b/tests/unit/Service/FileServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/Importer/BoardImportServiceTest.php b/tests/unit/Service/Importer/BoardImportServiceTest.php index d367178ac..7d8086092 100644 --- a/tests/unit/Service/Importer/BoardImportServiceTest.php +++ b/tests/unit/Service/Importer/BoardImportServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/Importer/Systems/DeckJsonServiceTest.php b/tests/unit/Service/Importer/Systems/DeckJsonServiceTest.php index 0f0b8aa33..a2c6d7f6a 100644 --- a/tests/unit/Service/Importer/Systems/DeckJsonServiceTest.php +++ b/tests/unit/Service/Importer/Systems/DeckJsonServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/Importer/Systems/TrelloJsonServiceTest.php b/tests/unit/Service/Importer/Systems/TrelloJsonServiceTest.php index fd312e4a7..a7303c10a 100644 --- a/tests/unit/Service/Importer/Systems/TrelloJsonServiceTest.php +++ b/tests/unit/Service/Importer/Systems/TrelloJsonServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/LabelServiceTest.php b/tests/unit/Service/LabelServiceTest.php index 0f27000c3..3c61b8ad2 100644 --- a/tests/unit/Service/LabelServiceTest.php +++ b/tests/unit/Service/LabelServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/PermissionServiceTest.php b/tests/unit/Service/PermissionServiceTest.php index bca3efc33..b9dfe8560 100644 --- a/tests/unit/Service/PermissionServiceTest.php +++ b/tests/unit/Service/PermissionServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/Service/StackServiceTest.php b/tests/unit/Service/StackServiceTest.php index 5244a0c50..a7fb2515f 100644 --- a/tests/unit/Service/StackServiceTest.php +++ b/tests/unit/Service/StackServiceTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/BoardApiControllerTest.php b/tests/unit/controller/BoardApiControllerTest.php index 21a8f8870..9d0b2bffb 100644 --- a/tests/unit/controller/BoardApiControllerTest.php +++ b/tests/unit/controller/BoardApiControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/BoardControllerTest.php b/tests/unit/controller/BoardControllerTest.php index 402fc72bc..9cc732b17 100644 --- a/tests/unit/controller/BoardControllerTest.php +++ b/tests/unit/controller/BoardControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/BoardImportApiControllerTest.php b/tests/unit/controller/BoardImportApiControllerTest.php index cafa3c9b6..2ff4a4947 100644 --- a/tests/unit/controller/BoardImportApiControllerTest.php +++ b/tests/unit/controller/BoardImportApiControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/CardApiControllerTest.php b/tests/unit/controller/CardApiControllerTest.php index 9922906ff..8dc381525 100644 --- a/tests/unit/controller/CardApiControllerTest.php +++ b/tests/unit/controller/CardApiControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/CardControllerTest.php b/tests/unit/controller/CardControllerTest.php index 82d32ef8d..083d648b9 100644 --- a/tests/unit/controller/CardControllerTest.php +++ b/tests/unit/controller/CardControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/LabelApiControllerTest.php b/tests/unit/controller/LabelApiControllerTest.php index 602d7a89c..66507fd9d 100644 --- a/tests/unit/controller/LabelApiControllerTest.php +++ b/tests/unit/controller/LabelApiControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/LabelControllerTest.php b/tests/unit/controller/LabelControllerTest.php index a66821c9b..05bbd7276 100644 --- a/tests/unit/controller/LabelControllerTest.php +++ b/tests/unit/controller/LabelControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php index f596567a0..4e75d854d 100644 --- a/tests/unit/controller/PageControllerTest.php +++ b/tests/unit/controller/PageControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/StackApiControllerTest.php b/tests/unit/controller/StackApiControllerTest.php index 100437b50..226b691f8 100644 --- a/tests/unit/controller/StackApiControllerTest.php +++ b/tests/unit/controller/StackApiControllerTest.php @@ -1,4 +1,5 @@ * diff --git a/tests/unit/controller/StackControllerTest.php b/tests/unit/controller/StackControllerTest.php index 2c19383d3..f48f06341 100644 --- a/tests/unit/controller/StackControllerTest.php +++ b/tests/unit/controller/StackControllerTest.php @@ -1,4 +1,5 @@ *