1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
Matthew Brown
0e600665bb Also catch static invocations of non-static methods 2016-02-05 10:20:06 -05:00
Matthew Brown
9a35742803 Reorder creation of StatementsChecker 2016-02-04 18:15:00 -05:00
Matthew Brown
4f65d48c42 Fix checkWithClass implementation 2016-02-04 16:05:36 -05:00
Matthew Brown
c56ec0b911 Allow nullable arg 2016-02-04 15:53:20 -05:00
Matthew Brown
fc5f4ae16d Remove dumb var_dump 2016-02-04 14:52:17 -05:00
Matthew Brown
70a007e0b1 Add way of checking property access 2016-02-04 09:22:46 -05:00
Matthew Brown
32b4853c7b Add support for checking existing properties 2016-01-29 18:48:09 -05:00
Matthew Brown
3350d28828 Ignore classes defined in blocks for now 2016-01-28 11:00:48 -05:00
Matthew Brown
225e1dbff6 Check all class statements 2016-01-26 14:13:04 -05:00
Matthew Brown
b3c3a1fabf Inspect closure use vars 2016-01-26 14:11:56 -05:00
Matthew Brown
08c4c03854 Add more accurate checks for assignment 2016-01-20 14:19:47 -05:00
Matthew Brown
0d9059b333 Change thrown exception to warning cc @kevin @adil 2016-01-20 10:57:56 -05:00
Matthew Brown
0b95ab4be6 Add more rigorous file checking
No longer are we limited to checking PSR-4-compliant files.
2016-01-19 18:27:06 -05:00
Matthew Brown
9b507fe936 Add support for global stmts 2016-01-16 14:53:49 -05:00
Matthew Brown
b862073514 Look at interface namespaces as well 2016-01-16 13:07:30 -05:00
Matthew Brown
083840359a Check names of parameters 2016-01-16 13:06:05 -05:00
Matthew Brown
9a2d5c741f Add support for checking var dumps 2016-01-11 17:23:05 -05:00
Matthew Brown
2ebca32e32 Add support for static checks 2016-01-11 17:18:19 -05:00
Matthew Brown
f547f5e021 Add support for view checking 2016-01-11 14:21:29 -05:00
Matthew Brown
91f39feea9 Fix var checks 2016-01-11 11:38:02 -05:00
Matthew Brown
4d26f20c2d Add more accurate defined var check 2016-01-11 11:05:24 -05:00
Matthew Brown
86cf60b5a9 Print notice on possible ref error 2016-01-11 09:27:34 -05:00
Matthew Brown
67ad128784 fix assignment 2016-01-08 18:34:19 -05:00
Matthew Brown
7e65e13d69 Be explicit about use vars in closure 2016-01-08 18:31:31 -05:00
Matthew Brown
18f47f00dd Add support for blockish scoping 2016-01-08 18:30:51 -05:00
Matthew Brown
0b94a02017 Check static properties 2016-01-08 12:57:25 -05:00
Matthew Brown
d0afcddf57 Don't write if already cached 2016-01-08 10:47:15 -05:00
Matthew Brown
8701c6a26e Check constructors 2016-01-07 23:40:29 -05:00
Matthew Brown
a9c7c6904c Remove unnecessary return 2016-01-07 22:53:05 -05:00
Matthew Brown
63674c02bf Optionally cache statments 2016-01-07 22:52:26 -05:00
Matthew Brown
018adbf2ae Be more lenient with null 2016-01-07 20:12:15 -05:00
Matthew Brown
fa37482cec Fix branch consolidation 2016-01-07 20:03:06 -05:00
Matthew Brown
4c1732c096 Change namespaces 2016-01-07 18:37:07 -05:00
Matthew Brown
f086e105b8 Add code 2016-01-07 18:28:27 -05:00