Errors
Table of Contents
| src/array.php | 9 |
| src/Path/functions.php | 1 |
| src/Var/functions.php | 4 |
| src/Var/Type.php | 1 |
array.php
| Type | Line | Description |
|---|---|---|
| ERROR | 355 | Tag "method" with body "@method TArray of array<TKey, TValue>" has error An array can have only integers or strings as keys |
| ERROR | 287 | Tag "method" with body "@method array<TKey, TValue> $array An array to run through the callback (generator) function." has error An array can have only integers or strings as keys |
| ERROR | 248 | Tag "method" with body "@method array<TKey, TValue> Returns a new array consisting of the elements with keys matching __keys__." has error An array can have only integers or strings as keys |
| ERROR | 248 | Tag "method" with body "@method array<TKey, TValue> $array The input array." has error An array can have only integers or strings as keys |
| ERROR | 216 | Tag "method" with body "@method array<TKey, mixed> $array The input array." has error An array can have only integers or strings as keys |
| ERROR | 141 | Tag "method" with body "@method array<TKey, TValue>" has error An array can have only integers or strings as keys |
| ERROR | 141 | Tag "method" with body "@method array<TKey, TValue> $array" has error An array can have only integers or strings as keys |
| ERROR | 74 | Tag "method" with body "@method array<TKey, TValue> Returns an array containing all the elements from __array__ that are also present in __values__." has error An array can have only integers or strings as keys |
| ERROR | 74 | Tag "method" with body "@method array<TKey, TValue> $array The input array." has error An array can have only integers or strings as keys |
functions.php
| Type | Line | Description |
|---|---|---|
| ERROR | 121 | Tag "method" with body "@method ($path is empty ? array{} : ($path is "." ? array{''} : ($path is "/" ? array{''} : non-empty-array<non-empty-string>))) An array containing the __path__ split up into its components." has error non-empty-array is not a collection |
functions.php
| Type | Line | Description |
|---|---|---|
| ERROR | 129 | Tag "return" with body "@return ($value is non-zero-int ? true : false) Returns `true` if __value__ is a non-zero `integer`, `false` otherwise." has error "\empaphy\usephul\Var\non-zero-int" is not a valid Fqsen. |
| ERROR | 111 | Tag "return" with body "@return ($value is non-positive-int ? true : false) Returns `true` if __value__ is a non-positive `integer`, `false` otherwise." has error "\empaphy\usephul\Var\non-positive-int" is not a valid Fqsen. |
| ERROR | 95 | Tag "return" with body "@return ($value is non-negative-int ? true : false) Returns `true` if __value__ is a non-negative `integer`, `false` otherwise." has error "\empaphy\usephul\Var\non-negative-int" is not a valid Fqsen. |
| ERROR | 38 | Tag "return" with body "@return ($value is closed-resource ? true : false) Returns `true` if __value__ is a `resource` variable that has been closed, `false` otherwise." has error "\empaphy\usephul\Var\closed-resource" is not a valid Fqsen. |
Type.php
| Type | Line | Description |
|---|---|---|
| ERROR | 201 | Tag "return" with body "@return ( $value is null ? Type::Null : ( $value is bool ? Type::Boolean : ( $value is int ? Type::Integer : ( $value is float ? Type::Float : ( $value is string ? Type::String : ( $value is array ? Type::Array : ( $value is object ? Type::Object : ( $value is resource ? Type::Resource : ( $value is closed-resource ? Type::ClosedResource : Type::Unknown )))))))) ) A Type case instance." has error "\empaphy\usephul\Var\closed-resource" is not a valid Fqsen. |