Skip to content

Commit a4f3330

Browse files
committed
[BUGFIX] Fix CS issues
Fixes formatting issue to meet the TYPO3 Coding Standards.
1 parent 6a04544 commit a4f3330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/System/Records/Pages/PagesRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ public function findAllMountPagesByWhereClause(string $whereClause): array
324324
/**
325325
* Returns a specific page
326326
*
327-
* @return null|array{
327+
* @return array{
328328
* 'uid': int,
329329
* 'pid': int
330-
* }
330+
* }|null
331331
*/
332332
public function getPage(
333333
int $uid,

0 commit comments

Comments
 (0)