Commit Graph

422 Commits

Author SHA1 Message Date
Feek
09b500ee87 fix: offsetget is an alias for make 2020-12-06 16:00:03 -05:00
Feek
4651588756 hack: psalm 4 needs an __call method to exist. see https://github.com/vimeo/psalm/issues/4190 2020-12-06 15:59:47 -05:00
feek
833a85543d
Merge pull request #117 from pro2s/belongs-to-many-first-fix
Fix anotation for first method of BelongsToMany
2020-10-22 10:42:07 -07:00
Sergey Protasov
9c8a7985e8 Fix anotation for first method of BelongsToMany 2020-10-21 15:12:06 +03:00
Matthew Brown
71a93c472c
Support Psalm 4.0 2020-10-19 20:24:26 -04:00
Matt Brown
df20501546 Fix some tests 2020-10-19 18:38:34 -04:00
Matt Brown
a6f8112550 Fix style issues 2020-10-19 12:16:28 -04:00
Matt Brown
62f9610a2a Update return types 2020-10-19 12:12:59 -04:00
Matthew Brown
009b8477bb
Merge pull request #85 from psalm/composer-v2
chore: test with composer 2
2020-10-19 11:51:50 -04:00
Matthew Brown
042f50d461
Bump Psalm version constraint to 4.0 2020-10-19 10:41:34 -04:00
Matthew Brown
631b535272
Remove Laravel 6.x support 2020-10-19 10:23:54 -04:00
Matthew Brown
f319478077
Fix ref 2020-09-09 06:56:37 -04:00
Matthew Brown
a20a22a136
Merge pull request #112 from TheDoctor0/laravel-8
Support for Laravel 8.x
2020-09-09 06:47:47 -04:00
The Doctor
754f13f25c
Support Laravel 8. 2020-09-08 23:48:56 +02:00
Matthew Brown
05fccc7e81
Fix string check cc @mr-feek @brendt 2020-09-01 10:00:00 -04:00
Matthew Brown
cf7fc43beb
Support later version of testbench 2020-09-01 08:45:27 -04:00
Matt Brown
d4c9daf2a5 Fix style 2020-08-31 20:01:39 -04:00
Matt Brown
acbfcaa36d Remove bad pseudo static methods from generated models 2020-08-31 19:58:41 -04:00
Matthew Brown
d0a5fa4579
Merge pull request #109 from spatie/properties-from-methods-fix
Remove unused getPropertiesFromMethods method
2020-08-31 16:00:50 -04:00
Brent Roose
37bb8acc94 Remove unused getPropertiesFromMethods method 2020-08-26 09:38:06 +02:00
feek
a4bfa70fc0
Merge pull request #108 from chatii/patch-1
Update README.md
2020-08-25 14:53:49 -07:00
Taichi Inaba
f389d912ca
Update README.md
misspel
2020-08-25 14:30:00 +09:00
Feek
d28c100000 chore: test with composer 2 2020-08-14 23:59:26 -07:00
feek
95761f9f38
Merge pull request #99 from psalm/path-helpers
path helpers
2020-08-14 23:58:50 -07:00
Feek
287457cf87 feature: dynamically resolve paths 2020-08-14 22:30:17 -07:00
feek
b5f50cb6a0
Merge pull request #105 from psalm/update-deps
chore: lock in stable deps
2020-08-14 22:02:39 -07:00
Feek
9f59e3b559 test: ignore ParamNameMismatch 2020-08-14 21:51:16 -07:00
Feek
cda629eb62 fix: resolve UnsafeInstantiation 2020-08-14 21:46:17 -07:00
Feek
66f8d5779a chore: lock in stable deps 2020-08-14 21:40:21 -07:00
feek
4175b445a4
Merge pull request #104 from psalm/app-env
test: add test for app env
2020-07-25 20:24:25 -07:00
Feek
f68a4c24d8 chore: remove redundant condition 2020-07-25 20:23:53 -07:00
Feek
5c724654b3 test: add test for app env 2020-07-25 20:17:31 -07:00
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