• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 27757675993

18 Jun 2026 11:55AM UTC coverage: 89.162% (-3.5%) from 92.646%
27757675993

push

github

NamelessCoder
[TASK] Address last phpstan warnings

6228 of 6985 relevant lines covered (89.16%)

40.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/Classes/Controller/PageController.php
1
<?php
2
namespace FluidTYPO3\Flux\Controller;
3

4
/*
5
 * This file is part of the FluidTYPO3/Flux project under GPLv2 or later.
6
 *
7
 * For the full copyright and license information, please read the
8
 * LICENSE.md file that was distributed with this source code.
9
 */
10

11
use FluidTYPO3\Flux\Utility\RequestResolver;
12
use FluidTYPO3\Flux\Utility\VersionUtility;
13

14
class PageController extends AbstractFluxController
15
{
16
    protected ?string $fluxRecordField = 'tx_fed_page_flexform';
17
    protected ?string $fluxTableName = 'pages';
18

19
    public function getRecord(): array
20
    {
21
        if (!VersionUtility::isCoreAtLeast13()) {
3✔
22
            return parent::getRecord();
×
23
        }
24
        return RequestResolver::getPageInformation()->getPageRecord();
3✔
25
    }
26
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc