/home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/nesbot/carbon/src/Carbon/Carbon.php
* @method $this roundMicrosecond(float $precision = 1, string $function = "round") Round the current instance microsecond with given precision using the given function.
* @method $this roundMicroseconds(float $precision = 1, string $function = "round") Round the current instance microsecond with given precision using the given function.
* @method $this floorMicrosecond(float $precision = 1) Truncate the current instance microsecond with given precision.
* @method $this floorMicroseconds(float $precision = 1) Truncate the current instance microsecond with given precision.
* @method $this ceilMicrosecond(float $precision = 1) Ceil the current instance microsecond with given precision.
* @method $this ceilMicroseconds(float $precision = 1) Ceil the current instance microsecond with given precision.
* @method string shortAbsoluteDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (short format, 'Absolute' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string longAbsoluteDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (long format, 'Absolute' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string shortRelativeDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (short format, 'Relative' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string longRelativeDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (long format, 'Relative' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string shortRelativeToNowDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (short format, 'RelativeToNow' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string longRelativeToNowDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (long format, 'RelativeToNow' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string shortRelativeToOtherDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (short format, 'RelativeToOther' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method string longRelativeToOtherDiffForHumans(DateTimeInterface $other = null, int $parts = 1) Get the difference (long format, 'RelativeToOther' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
* @method static static|false createFromFormat(string $format, string $time, DateTimeZone|string|false|null $timezone = null) Parse a string into a new Carbon object according to the specified format.
* @method static static __set_state(array $array) https://php.net/manual/en/datetime.set-state.php
*
* </autodoc>
*/
class Carbon extends DateTime implements CarbonInterface
{
use Date;
/**
* Returns true if the current class/instance is mutable.
*
* @return bool
*/
public static function isMutable()
{
return true;
}
}
Arguments
"""
During inheritance of DateTime: Uncaught ErrorException: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php:29\n
Stack trace:\n
#0 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/nesbot/carbon/src/Carbon/Carbon.php(510): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()\n
#1 /home/stephdk/lacantine.preprod-dk.com/vendor/composer/ClassLoader.php(582): include('/home/stephdk/l...')\n
#2 /home/stephdk/lacantine.preprod-dk.com/vendor/composer/ClassLoader.php(433): {closure:Composer\Autoload\ClassLoader::initializeIncludeClosure():581}()\n
#3 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php(69): Composer\Autoload\ClassLoader->loadClass()\n
#4 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php(45): Carbon\Laravel\ServiceProvider->updateLocale()\n
#5 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/illuminate/container/BoundMethod.php(36): Carbon\Laravel\ServiceProvider->boot()\n
#6 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/illuminate/container/Util.php(40): Illuminate\Container\BoundMethod::{closure:Illuminate\Container\BoundMethod::call():35}()\n
#7 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/illuminate/container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()\n
#8 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/illuminate/container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()\n
#9 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/illuminate/container/Container.php(653): Illuminate\Container\BoundMethod::call()\n
#10 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Illuminate/Foundation/Application.php(914): Illuminate\Container\Container->call()\n
#11 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Roots/Acorn/Application.php(316): Illuminate\Foundation\Application->bootProvider()\n
#12 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Illuminate/Foundation/Application.php(895): Roots\Acorn\Application->bootProvider()\n
#13 [internal function]: Illuminate\Foundation\Application->{closure:Illuminate\Foundation\Application::boot():894}()\n
#14 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Illuminate/Foundation/Application.php(894): array_walk()\n
#15 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate\Foundation\Application->boot()\n
#16 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Illuminate/Foundation/Application.php(237): Illuminate\Foundation\Bootstrap\BootProviders->bootstrap()\n
#17 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Roots/Acorn/Bootloader.php(170): Illuminate\Foundation\Application->bootstrapWith()\n
#18 /home/stephdk/lacantine.preprod-dk.com/web/app/themes/chimere/vendor/roots/acorn/src/Roots/Acorn/Bootloader.php(145): Roots\Acorn\Bootloader->app()\n
#19 /home/stephdk/lacantine.preprod-dk.com/web/wp/wp-includes/class-wp-hook.php(324): Roots\Acorn\Bootloader->__invoke()\n
#20 /home/stephdk/lacantine.preprod-dk.com/web/wp/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n
#21 /home/stephdk/lacantine.preprod-dk.com/web/wp/wp-includes/plugin.php(517): WP_Hook->do_action()\n
#22 /home/stephdk/lacantine.preprod-dk.com/web/wp/wp-settings.php(682): do_action()\n
#23 /home/stephdk/lacantine.preprod-dk.com/web/wp-config.php(14): require_once('/home/stephdk/l...')\n
#24 /home/stephdk/lacantine.preprod-dk.com/web/wp/wp-load.php(55): require_once('/home/stephdk/l...')\n
#25 /home/stephdk/lacantine.preprod-dk.com/web/wp/wp-blog-header.php(13): require_once('/home/stephdk/l...')\n
#26 /home/stephdk/lacantine.preprod-dk.com/web/index.php(5): require('/home/stephdk/l...')\n
#27 {main}
"""