Skip to content

Merge pull request #47 from Kanti/typo3-13 #229

Merge pull request #47 from Kanti/typo3-13

Merge pull request #47 from Kanti/typo3-13 #229

Triggered via push August 2, 2024 06:46
Status Success
Total duration 3m 27s
Artifacts

tasks.yml

on: push
Matrix: lint-php
TER release
0s
TER release
Fit to window
Zoom out
Zoom in

Annotations

96 warnings
php: 8.2 TYPO3: 13 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.2 TYPO3: 13 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.2 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.2 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.2 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.2 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.2 TYPO3: 13 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.2 TYPO3: 13 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.2 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.2 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.2 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.2 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.3 TYPO3: 12 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.3 TYPO3: 12 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.3 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.3 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.3 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.3 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.3 TYPO3: 13 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.3 TYPO3: 13 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.3 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.3 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.3 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.3 TYPO3: 13 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.3 TYPO3: 11 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.3 TYPO3: 11 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.3 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.3 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.3 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.3 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.2 TYPO3: 11 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.2 TYPO3: 11 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.2 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.2 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.2 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.2 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.2 TYPO3: 12 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.2 TYPO3: 12 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.2 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.2 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.2 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.2 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.3 TYPO3: 11 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.3 TYPO3: 11 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.3 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.3 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.3 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.3 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.3 TYPO3: 12 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.3 TYPO3: 12 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.3 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.3 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.3 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.3 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.2 TYPO3: 11 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.2 TYPO3: 11 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.2 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.2 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.2 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.2 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.1 TYPO3: 12 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.1 TYPO3: 12 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.1 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.1 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.1 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.1 TYPO3: 12 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.1 TYPO3: 11 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.1 TYPO3: 11 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.1 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.1 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.1 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.1 TYPO3: 11 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.1 TYPO3: 11 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.1 TYPO3: 11 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.1 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.1 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.1 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.1 TYPO3: 11 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.2 TYPO3: 12 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.2 TYPO3: 12 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.2 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.2 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.2 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.2 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.3 TYPO3: 13 sentry/sdk: true
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.3 TYPO3: 13 sentry/sdk: true
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.3 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.3 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.3 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.3 TYPO3: 13 sentry/sdk: true: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);
php: 8.1 TYPO3: 12 sentry/sdk: false
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
php: 8.1 TYPO3: 12 sentry/sdk: false
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
php: 8.1 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L46
Escaped Mutant for Mutator "AssignCoalesce": --- Original +++ New @@ @@ } public static function getInstance() : TimingUtility { - return static::$instance ??= GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); + return static::$instance = GeneralUtility::makeInstance(TimingUtility::class, new RegisterShutdownFunction(), new ConfigService()); } /** @var StopWatch[] */ private array $order = [];
php: 8.1 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L135
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ if (!$this->shouldTrack()) { return $result->response; } - $this->alreadyShutdown = true; + $this->alreadyShutdown = false; foreach (array_reverse($this->order) as $stopWatch) { $stopWatch->stopIfNot(); }
php: 8.1 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L172
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ if (!$timings) { return $response; } - $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE - strlen('Server-Timing: ')); + $chunks = $this->chunkStringArray($timings, self::MAX_SINGLE_HEADER_SIZE + strlen('Server-Timing: ')); $memoryUsage = $this->humanReadableFileSize(memory_get_peak_usage()); if ($response) { return $response->withAddedHeader('Server-Timing', $chunks)->withAddedHeader('X-Max-Memory-Usage', $memoryUsage);
php: 8.1 TYPO3: 12 sentry/sdk: false: Classes/Utility/TimingUtility.php#L301
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ private function chunkStringArray(array $timings, int $maxLength) : array { $result = []; - $length = 0; + $length = -1; $index = 0; foreach ($timings as $timing) { $length += 1 + strlen($timing);