diff --git a/CacheWarmer/CacheWarmerAggregate.php b/CacheWarmer/CacheWarmerAggregate.php index baecfc5d30..3083225935 100644 --- a/CacheWarmer/CacheWarmerAggregate.php +++ b/CacheWarmer/CacheWarmerAggregate.php @@ -102,7 +102,9 @@ public function warmUp($cacheDir) if (file_exists($this->deprecationLogsFilepath)) { $previousLogs = unserialize(file_get_contents($this->deprecationLogsFilepath)); - $collectedLogs = array_merge($previousLogs, $collectedLogs); + if (\is_array($previousLogs)) { + $collectedLogs = array_merge($previousLogs, $collectedLogs); + } } file_put_contents($this->deprecationLogsFilepath, serialize(array_values($collectedLogs))); diff --git a/DataCollector/ConfigDataCollector.php b/DataCollector/ConfigDataCollector.php index c32c71b747..2d3ad5ce4a 100644 --- a/DataCollector/ConfigDataCollector.php +++ b/DataCollector/ConfigDataCollector.php @@ -180,7 +180,7 @@ public function isSymfonyLts(): bool } /** - * Returns the human redable date when this Symfony version ends its + * Returns the human readable date when this Symfony version ends its * maintenance period. * * @return string @@ -191,7 +191,7 @@ public function getSymfonyEom() } /** - * Returns the human redable date when this Symfony version reaches its + * Returns the human readable date when this Symfony version reaches its * "end of life" and won't receive bugs or security fixes. * * @return string diff --git a/Kernel.php b/Kernel.php index 53386fc119..ec602df723 100644 --- a/Kernel.php +++ b/Kernel.php @@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - public const VERSION = '4.4.33'; - public const VERSION_ID = 40433; + public const VERSION = '4.4.34'; + public const VERSION_ID = 40434; public const MAJOR_VERSION = 4; public const MINOR_VERSION = 4; - public const RELEASE_VERSION = 33; + public const RELEASE_VERSION = 34; public const EXTRA_VERSION = ''; public const END_OF_MAINTENANCE = '11/2022'; diff --git a/Tests/Fixtures/KernelForTest.php b/Tests/Fixtures/KernelForTest.php index f3b1951b83..9b0ca43d1e 100644 --- a/Tests/Fixtures/KernelForTest.php +++ b/Tests/Fixtures/KernelForTest.php @@ -19,7 +19,7 @@ class KernelForTest extends Kernel { public function getBundleMap() { - return $this->bundleMap; + return []; } public function registerBundles(): iterable pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy