Commit 624235a
authored
Add the phpDocumentor dependency (#15)
* Add the phpDocumentor dependency
* Add doc parser code change (#16)
* Make code change after dependency update
* Making a few more adjustments to switch dependencies
* Try adding bootstrap to alias classes for PHPStan
* Try some changes
* Revert "Try some changes"
This reverts commit 43b085b.
* Revert "Try adding bootstrap to alias classes for PHPStan"
This reverts commit 1626077.
* Adding autoload to test file
* Trying simplified bootstrap for PHPStan1 parent b5ecf24 commit 624235a
255 files changed
Lines changed: 22833 additions & 54 deletions
File tree
- Annotations
- Commands
- tests/Unit
- vendor
- composer
- prefixed
- doctrine/deprecations
- src
- PHPUnit
- phpdocumentor
- reflection-common
- src
- reflection-docblock
- src
- DocBlock
- Tags
- Factory
- Formatter
- Reference
- Exception
- type-resolver
- docs
- src
- PseudoTypes
- Types
- phpstan/phpdoc-parser
- src
- Ast
- ConstExpr
- NodeVisitor
- PhpDoc
- Doctrine
- Type
- Lexer
- Parser
- Printer
- vendor
- composer
- webmozart/assert
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
282 | 280 | | |
283 | 281 | | |
284 | 282 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
| 283 | + | |
| 284 | + | |
290 | 285 | | |
291 | 286 | | |
292 | | - | |
293 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
294 | 292 | | |
295 | | - | |
| 293 | + | |
296 | 294 | | |
297 | | - | |
298 | | - | |
299 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
300 | 298 | | |
301 | 299 | | |
302 | 300 | | |
| |||
313 | 311 | | |
314 | 312 | | |
315 | 313 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
| 314 | + | |
| 315 | + | |
321 | 316 | | |
322 | 317 | | |
323 | | - | |
324 | | - | |
| 318 | + | |
| 319 | + | |
325 | 320 | | |
326 | 321 | | |
327 | 322 | | |
328 | 323 | | |
329 | | - | |
| 324 | + | |
330 | 325 | | |
331 | 326 | | |
332 | 327 | | |
333 | 328 | | |
334 | 329 | | |
335 | | - | |
336 | | - | |
| 330 | + | |
| 331 | + | |
337 | 332 | | |
338 | 333 | | |
339 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 75 | | |
81 | 76 | | |
82 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments