Pionia Core

Errors

Table of Contents

src/Pionia/Http/Services/Generics/Contracts/CrudContract.php 1
src/Pionia/Porm/Database/Db.php 1
vendor/nesbot/carbon/src/Carbon/Factory.php 9
vendor/nesbot/carbon/src/Carbon/FactoryImmutable.php 9

CrudContract.php

Type Line Description
ERROR 92 Tag "see" with body "@see $this->detectPagination()" has error "\Pionia\Http\Services\Generics\Contracts\$this->detectPagination()" is not a valid Fqsen.

Db.php

Type Line Description
ERROR 132 Tag "since" with body "@since v1.0.9 This method was updated to handle containerised environments only and should be used in frameworks like Pionia" has error

Factory.php

Type Line Description
ERROR 135 Tag "method" with body "@method ?Carbon create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $timezone = null) Create a new Carbon instance from a specific date and time. If any of $year, $month or $day are set to null their now() values will be used. If $hour is null it will be set to its now() value and the default values for $minute and $second will be their now() values. If $hour is not null then the default values for $minute and $second will be 0." has error
ERROR 135 Tag "method" with body "@method ?Carbon createFromFormat($format, $time, $timezone = null) Create a Carbon instance from a specific format." has error
ERROR 135 Tag "method" with body "@method ?Carbon createFromIsoFormat(string $format, string $time, $timezone = null, ?string $locale = 'en', ?TranslatorInterface $translator = null) Create a Carbon instance from a specific ISO format (same replacements as ->isoFormat())." has error
ERROR 135 Tag "method" with body "@method ?Carbon createFromLocaleFormat(string $format, string $locale, string $time, $timezone = null) Create a Carbon instance from a specific format and a string in a given language." has error
ERROR 135 Tag "method" with body "@method ?Carbon createFromLocaleIsoFormat(string $format, string $locale, string $time, $timezone = null) Create a Carbon instance from a specific ISO format and a string in a given language." has error
ERROR 135 Tag "method" with body "@method ?Carbon createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $timezone = null) Create a new safe Carbon instance from a specific date and time. If any of $year, $month or $day are set to null their now() values will be used. If $hour is null it will be set to its now() value and the default values for $minute and $second will be their now() values. If $hour is not null then the default values for $minute and $second will be 0. If one of the set values is not valid, an InvalidDateException will be thrown." has error
ERROR 135 Tag "method" with body "@method ?string getFallbackLocale() Get the fallback locale." has error
ERROR 135 Tag "method" with body "@method ?Carbon make($var, DateTimeZone|string|null $timezone = null) Make a Carbon instance from given variable if possible. Always return a new instance. Parse only strings and only these likely to be dates (skip intervals and recurrences). Throw an exception for invalid format, but otherwise return null." has error
ERROR 135 Tag "method" with body "@method ?Carbon rawCreateFromFormat(string $format, string $time, $timezone = null) Create a Carbon instance from a specific format." has error

FactoryImmutable.php

Type Line Description
ERROR 130 Tag "method" with body "@method ?CarbonImmutable create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $timezone = null) Create a new Carbon instance from a specific date and time. If any of $year, $month or $day are set to null their now() values will be used. If $hour is null it will be set to its now() value and the default values for $minute and $second will be their now() values. If $hour is not null then the default values for $minute and $second will be 0." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable createFromFormat($format, $time, $timezone = null) Create a Carbon instance from a specific format." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable createFromIsoFormat(string $format, string $time, $timezone = null, ?string $locale = 'en', ?TranslatorInterface $translator = null) Create a Carbon instance from a specific ISO format (same replacements as ->isoFormat())." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable createFromLocaleFormat(string $format, string $locale, string $time, $timezone = null) Create a Carbon instance from a specific format and a string in a given language." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable createFromLocaleIsoFormat(string $format, string $locale, string $time, $timezone = null) Create a Carbon instance from a specific ISO format and a string in a given language." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $timezone = null) Create a new safe Carbon instance from a specific date and time. If any of $year, $month or $day are set to null their now() values will be used. If $hour is null it will be set to its now() value and the default values for $minute and $second will be their now() values. If $hour is not null then the default values for $minute and $second will be 0. If one of the set values is not valid, an InvalidDateException will be thrown." has error
ERROR 130 Tag "method" with body "@method ?string getFallbackLocale() Get the fallback locale." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable make($var, DateTimeZone|string|null $timezone = null) Make a Carbon instance from given variable if possible. Always return a new instance. Parse only strings and only these likely to be dates (skip intervals and recurrences). Throw an exception for invalid format, but otherwise return null." has error
ERROR 130 Tag "method" with body "@method ?CarbonImmutable rawCreateFromFormat(string $format, string $time, $timezone = null) Create a Carbon instance from a specific format." has error

Search results