Commit Graph

190 Commits

Author SHA1 Message Date
feek
1d8cb4db24
Merge pull request #102 from psalm/resolve-types-from-container
change: resolve abstracts from container. This will allow us to resolve named aliases
2020-07-25 20:14:36 -07:00
Feek
a04a9f53be style: lint 2020-07-25 19:05:58 -07:00
Feek
1277870058 chore: suppress psalm issues 2020-07-25 18:52:03 -07:00
Feek
900794d51f fix: laravel 5 throws a reflection exception 2020-07-25 18:29:26 -07:00
Feek
c88ef60f4e fix: laravel application doesnt exist for lumen, use the app helper to resolve the correct one 2020-07-25 15:53:25 -07:00
Feek
a3b64b4928 chore: lint fix command 2020-07-25 15:41:55 -07:00
Feek
a227c1b87a change: resolve abstracts from container. This will allow us to resolve named aliases 2020-07-25 15:29:16 -07:00
Feek
6eb856073b chore: add -n to composer lint 2020-07-25 14:56:57 -07:00
feek
301a2f900a
Merge pull request #100 from psalm/abort-if
feature: abort_if support
2020-07-25 11:14:37 -07:00
Feek
1db37bec61 feature: abort_if support 2020-07-24 08:29:54 -07:00
feek
6e99095370
Merge pull request #95 from psalm/resource-wrap
test: add a test for resource and wrap
2020-07-19 11:29:44 -07:00
Feek
2ab7eb7f15 test: add a test for resource and wrap 2020-07-13 18:04:26 -07:00
feek
b5e3157bb1
Merge pull request #92 from netcode/patch-1
fixing conflict issue in composer requirements
2020-07-08 08:20:23 -07:00
Eslam Salem
0718482740
update the minimum stability to install the new dev requirements 2020-07-08 12:39:45 +02:00
Eslam Salem
3b1a51fffb
fixing conflict issue in composer requirements
See issue: https://github.com/psalm/psalm-plugin-laravel/issues/89 for more details
2020-07-08 12:07:20 +02:00
Feek
58a444c30f chore: bump psalm 2020-06-22 07:35:17 -07:00
feek
797789d23b
Merge pull request #88 from psalm/test-lumen
chore: test lumen project
2020-06-21 21:39:04 -07:00
Feek
3c5ec04593 chore: run on ubuntu 2020-06-21 21:31:47 -07:00
Feek
b97274b5b2 chore: run on os x machine 2020-06-21 21:17:50 -07:00
Feek
b5cc883f9c chore: test lumen project 2020-06-21 21:16:40 -07:00
feek
06e91ec27e
Merge pull request #87 from psalm/test-laravel
Test laravel
2020-06-21 20:43:18 -07:00
Feek
c739f053f6 chore: os x vs. linux sed differences 2020-06-21 20:22:22 -07:00
Feek
df1c4f7b9c chore: test laravel 2020-06-21 16:48:33 -07:00
Matt Brown
35459bb545 Bump Psalm version 2020-06-21 18:16:52 -04:00
Matt Brown
911fe90cd6 Bump codeception version 2020-06-21 18:16:06 -04:00
Matt Brown
29e1fee5f5 Add Taint Analysis test 2020-06-21 18:15:07 -04:00
feek
9a5cdb49c6
Merge pull request #86 from psalm/bump-psalm
Bump psalm
2020-06-21 15:10:50 -07:00
Feek
7de82fa1e9 test: fix test 2020-06-21 14:36:35 -07:00
Feek
be5cc48c6a chore: bump psalm 2020-06-21 14:28:45 -07:00
Feek
5315836374 chore: bump psalm 2020-06-18 07:00:27 -07:00
feek
ec53a2d762
Merge pull request #84 from psalm/php-versions
chore: actually test other php versions
2020-06-10 01:03:18 -07:00
Feek
1a9f98b8f8 change: require php 7.2 2020-06-10 00:46:35 -07:00
Feek
2d6da657ed chore: actually test other php versions 2020-06-10 00:39:05 -07:00
feek
e28c88f4bb
Merge pull request #83 from psalm/branch-alias
chore: add branch alias
2020-06-10 00:25:03 -07:00
Feek
3380d49ddc chore: add branch alias 2020-06-10 00:15:01 -07:00
feek
a6f5723de6
Merge pull request #82 from psalm/polymorphic-many-to-many
Polymorphic many to many
2020-06-10 00:05:17 -07:00
Feek
bbb671e4a8 feature: support morphedByMany 2020-06-09 23:56:56 -07:00
Feek
0ca2d9eeb0 feature: support for morphToMany 2020-06-09 23:50:37 -07:00
feek
6d863cda1f
Merge pull request #81 from psalm/polymorphic-support
feature: support for polymorphic relations
2020-06-09 10:42:57 -07:00
Feek
da0415a2c6 feature: support for polymorphic relations 2020-06-09 10:16:21 -07:00
Feek
bb23e54acc chore: bump codeception 2020-06-07 12:53:16 -07:00
feek
1ef411477a
Merge pull request #79 from psalm/request-input
fix: Request input returns mixed
2020-06-07 00:32:43 -07:00
Feek
d4eb8d58e5 fix: provide mixed for lower laravel versions 2020-06-07 00:26:26 -07:00
feek
af5e562210
Merge pull request #78 from psalm/fix-query-builder-calls
fix: relations should also be able to call query builder methods
2020-06-06 23:54:11 -07:00
Feek
aa05c14a5b fix: relations should also be able to call query builder methods 2020-06-06 23:44:37 -07:00
feek
a08f3fc73a
Merge pull request #73 from psalm/relations
Type support for relations
2020-06-06 22:22:15 -07:00
Feek
f996f4d559 fix: defensive safety against nulls 2020-06-06 22:02:15 -07:00
Feek
3c837c25e3 fix: relations return themselves instead of builders 2020-06-06 21:55:33 -07:00
Feek
b52d5dfbbe chore: bump psalm 2020-06-06 21:06:11 -07:00
Feek
377d1a1d98 feature: add type support for eloquent relations 2020-06-06 19:55:08 -07:00