forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.neon
More file actions
32 lines (31 loc) · 991 Bytes
/
loader.neon
File metadata and controls
32 lines (31 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# total 2115 errors
includes:
- argument.type.neon
- arguments.count.neon
- assign.propertyType.neon
- codeigniter.getReassignArray.neon
- codeigniter.modelArgumentType.neon
- codeigniter.superglobalAccess.neon
- codeigniter.superglobalAccessAssign.neon
- deadCode.unreachable.neon
- empty.notAllowed.neon
- function.alreadyNarrowedType.neon
- function.impossibleType.neon
- method.alreadyNarrowedType.neon
- method.childParameterType.neon
- method.childReturnType.neon
- method.notFound.neon
- missingType.callable.neon
- missingType.iterableValue.neon
- missingType.parameter.neon
- missingType.property.neon
- nullCoalesce.property.neon
- offsetAccess.notFound.neon
- property.defaultValue.neon
- property.nonObject.neon
- property.notFound.neon
- property.phpDocType.neon
- return.type.neon
- staticMethod.notFound.neon
- ternary.shortNotAllowed.neon
- varTag.type.neon