Matthew Brown
|
c5fa07920c
|
Fix improper property var calculation
Ref #1332
|
2020-03-11 11:03:27 -04:00 |
|
Matthew Brown
|
ef64e6e8eb
|
Improve abstract call handling
|
2020-03-11 10:36:39 -04:00 |
|
Matthew Brown
|
27598f508e
|
Fix too-long line
|
2020-03-11 10:18:53 -04:00 |
|
Matthew Brown
|
0d62fbdf98
|
Detect erroneous abstract static method calls
|
2020-03-11 10:18:40 -04:00 |
|
Matthew Brown
|
d2950af636
|
Break apart MethodCallAnalyzer a bit
|
2020-03-11 09:38:09 -04:00 |
|
Matthew Brown
|
1dc26afb27
|
Fix #2958 - prevent overriding final methods
|
2020-03-10 21:26:02 -04:00 |
|
Brown
|
d1fcbf38ae
|
Fix #2956 - treat Exception::getMessage as final and mutation-free
|
2020-03-10 15:12:55 -04:00 |
|
Brown
|
8527bb9861
|
Remove line in block
|
2020-03-10 13:29:39 -04:00 |
|
Brown
|
3cf562125e
|
Fix #2953 - ignore carriage returns when when parsing docblocks
|
2020-03-10 13:28:42 -04:00 |
|
Brown
|
f25a0c60d0
|
Fix crlf
|
2020-03-10 13:03:51 -04:00 |
|
Brown
|
9484231050
|
Run tests with Windows line endings when in Windows
|
2020-03-10 12:52:18 -04:00 |
|
Brown
|
0cfe565d0a
|
Fix #2952 - always be cloning
|
2020-03-09 18:59:56 -04:00 |
|
Brown
|
2a72990d62
|
Add back support for unused method checks
|
2020-03-09 18:55:35 -04:00 |
|
Brown
|
a5672db9f9
|
Avoid issue where caches haven’t caught up
|
2020-03-09 16:59:21 -04:00 |
|
Brown
|
1399b139fc
|
Fix #2951 - use reflection to identify trait when there’s more than one per file
|
2020-03-09 16:41:46 -04:00 |
|
leightonthomas
|
60fb3924bc
|
Fix #2914 - falsable functions who only expect true now produce errors
|
2020-03-09 14:25:18 -04:00 |
|
Brown
|
2c8688dd97
|
Don’t crash when conditionally defining classes with properties
|
2020-03-09 14:24:19 -04:00 |
|
Brown
|
04bcc32efb
|
Fix #2940 - fix array offset assignment under ??=
|
2020-03-09 14:09:41 -04:00 |
|
Brown
|
aa8d7be6e2
|
Add implements DateTimeInterface
Fixes #2948
|
2020-03-09 10:58:32 -04:00 |
|
Brown
|
3c416482ec
|
Fix #2932 - don’t crash when trying to expand callable object-like array
|
2020-03-09 10:56:37 -04:00 |
|
Brown
|
59dce5d354
|
Skip failing test
|
2020-03-09 10:52:50 -04:00 |
|
Brown
|
a0da7356e9
|
Fix #2935 - make handling of templated properties much less hacky
|
2020-03-09 09:59:02 -04:00 |
|
Brown
|
40a7a1156f
|
Fix #2930
|
2020-03-09 09:45:35 -04:00 |
|
Matthew Brown
|
5b7ab6a542
|
Fix coercion
|
2020-03-09 01:32:27 -04:00 |
|
Matthew Brown
|
3243819f1b
|
Fix #2941 - allow class-string<self> to be fleshed out
|
2020-03-09 01:29:16 -04:00 |
|
Matthew Brown
|
5b4ed6b516
|
Fix #2942 - support array_splice properly for numeric-keyed arrays
|
2020-03-09 01:15:52 -04:00 |
|
Matthew Brown
|
17afeae851
|
Fix support for bitwise or in constant expressions
|
2020-03-09 00:54:26 -04:00 |
|
Sergey Melesh
|
a5da866d97
|
Ignore exceptions already caught by previous catch
|
2020-03-08 20:19:56 -05:00 |
|
Ben Dusinberre
|
6d21520628
|
Remove --show-snippet support
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
ca2716878b
|
Remove unused use statement
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
732cffc82c
|
Update test for info level change
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
c6dfa2b5b0
|
Add XML encoding, fix up info level
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
9ca05fbfa8
|
Don't trim ints
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
605342119e
|
Fix up element contents
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
3a5bc7d9c3
|
Keep incoming data structure
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
d5cd295e47
|
Honor show-snippet flag
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
2b17e8c39c
|
Honor report-show-info flag
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
15ea7bf357
|
Remove the rest of the invalid attributes
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
783dbfae9c
|
Remove duplicate testsuite element
|
2020-03-08 20:18:35 -05:00 |
|
Ben Dusinberre
|
ef1d2e5436
|
Validate junit output against xsd
|
2020-03-08 20:18:35 -05:00 |
|
Matthew Brown
|
8926f1d050
|
Remove dupe test
|
2020-03-06 19:37:21 -05:00 |
|
Matthew Brown
|
0e60a1a223
|
Revert erroneous line
|
2020-03-06 19:31:39 -05:00 |
|
Matthew Brown
|
b999037263
|
Fix #2928 - properly expand out skipped template inheritance
|
2020-03-06 19:24:47 -05:00 |
|
Matthew Brown
|
352bd3f5c5
|
Remove redundant condition
|
2020-03-06 15:23:11 -05:00 |
|
Matthew Brown
|
766effb0db
|
Improve accuracy of diff generation
|
2020-03-06 13:48:59 -05:00 |
|
Matthew Brown
|
f3d7ed6de7
|
Remove var_dump
|
2020-03-06 13:15:52 -05:00 |
|
Matthew Brown
|
7f9e6b893e
|
Increase processor consumption
|
2020-03-06 13:13:18 -05:00 |
|
Matthew Brown
|
dc74f2b4de
|
Add specific cast
|
2020-03-06 13:05:55 -05:00 |
|
Matthew Brown
|
10b807b4f6
|
Fix reference generation from methods in --diff mode
|
2020-03-06 13:02:34 -05:00 |
|
Matthew Brown
|
a2a507166d
|
Fix #2923 - remove hack to fix a template issue
|
2020-03-06 09:42:23 -05:00 |
|