This repository was archived by the owner on Feb 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
56 lines (56 loc) · 1.71 KB
/
config.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"stubs": {
"path": "ide\/%namespace%\/",
"stubs-run-after-generate": true
},
"optimizer-dirs": [
"optimizers"
],
"constants-sources": [
"ext/owl/annotations/scanner.h"
],
"extra-sources": [
"owl/annotations/scanner.c",
"owl/annotations/parser.c"
],
"warnings": {
"unused-variable": true,
"unused-variable-external": false,
"possible-wrong-parameter-undefined": false,
"nonexistent-function": true,
"nonexistent-class": true,
"non-valid-isset": true,
"non-array-update": true,
"non-valid-objectupdate": true,
"non-valid-fetch": true,
"invalid-array-index": true,
"non-array-append": true,
"invalid-return-type": true,
"unreachable-code": true,
"nonexistent-constant": true,
"not-supported-magic-constant": true,
"non-valid-decrement": true,
"non-valid-increment": true,
"non-valid-clone": true,
"non-valid-new": true,
"non-array-access": true,
"invalid-reference": true,
"invalid-typeof-comparison": true,
"conditional-initialization": true
},
"optimizations": {
"static-type-inference": true,
"static-type-inference-second-pass": true,
"local-context-pass": true,
"constant-folding": true,
"static-constant-class-folding": true,
"call-gatherer-pass": true,
"check-invalid-reads": false
},
"namespace": "owl",
"name": "owl",
"description": "Owl is an extreme fast PHP framework for building REST and MVC applications",
"author": "Owl team and Contributors",
"version": "0.5",
"verbose": true
}