Commit Graph

494 Commits

Author SHA1 Message Date
Niels Vanpachtenbeke
010501901f Run Psalm on 8.0 2022-01-19 10:18:23 +01:00
Niels Vanpachtenbeke
b1f7516304 run on PHP 8.0 2022-01-19 10:04:30 +01:00
Niels Vanpachtenbeke
2ccac3e3e2 use PSR12 instead of PSR2
PSR2 is deprecated in favor of PSR12
2022-01-19 10:01:32 +01:00
Seiya Tajima
debbb0ea8e chore: use stable dependencies 2022-01-19 09:04:26 +09:00
feek
ee38778df7
Merge pull request #203 from Nielsvanpach/php80
Run test suite on PHP 8.0 and 8.1
2022-01-18 16:31:41 -05:00
feek
da41cde783
Merge pull request #209 from tjmmm/iterate_collection
feat: support foreach with Support\Collection
2022-01-18 16:30:18 -05:00
Seiya Tajima
58f610ab2b feat: support foreach with Support\Collection 2022-01-16 21:27:07 +09:00
Niels Vanpachtenbeke
369c4b858a use php 8.0 for lint action 2021-12-17 15:37:11 +01:00
Niels Vanpachtenbeke
0b789768c8 run test suite with 8.1 2021-12-17 15:36:46 +01:00
Niels
85721c327c
remove unused variable 2021-11-24 21:01:11 +01:00
Niels
b620dcbb88
verify if verify has a value property
psalm will throw a instance property not defined error
2021-11-24 21:00:33 +01:00
Niels
ec8307bcc9
shorten ci step names
should make it readable on Github
2021-10-08 13:32:32 +02:00
Niels
2fd57f6ac8
add -W as composer fails to update 2021-10-08 13:23:33 +02:00
Niels
6d727a1e40
restructure composer.json 2021-10-08 12:54:09 +02:00
Niels
acf258d029
run test suite with php 8.0 2021-10-08 12:48:55 +02:00
Niels
9fef6cdc71
sort packages in composer.json 2021-10-08 12:47:48 +02:00
feek
c7ce637290
Merge pull request #201 from caugner/eloquent-builder-find-may-return-null
fix: Eloquent\Builder::find() may return null
2021-09-29 13:19:51 -04:00
Claas Augner
aa13cd1fc4 fix: Eloquent\Builder::find() may return null 2021-09-23 19:53:33 +02:00
fiachra mcdermott
b2b4da7325 feature: create a fake models command for 2.10.0 2021-09-16 11:37:44 -07:00
fiachra mcdermott
4df3dfcc97 change: open up ide-helper 2021-09-16 11:27:29 -07:00
fiachra mcdermott
69add09750 refactor: extract fake models command into a provider to prepare for supporting newer versions 2021-09-16 11:23:46 -07:00
feek
51879f2c0e
Merge pull request #195 from jeremy-smith-maco/trans-return-type
Updates trans return type to be string or array
2021-09-16 09:12:13 -07:00
Jeremy Smith
6c425c1ac7 Updates trans return type to be string or array 2021-08-18 15:03:54 +10:00
feek
76745c98f9
Merge pull request #194 from shoxy/master
Added missing Builder methods - count() and whereDate()
2021-08-02 10:02:12 -07:00
shoxy
0b869cc153 Added missing Builder methods - count() and whereDate() 2021-07-29 22:14:05 +03:00
feek
183c230d33
Merge pull request #189 from caugner/run-artisan-make-in-laravel-test
test(laravel): run make:* commands
2021-07-19 14:16:35 -04:00
Claas Augner
8d29e5b17a chore: suppress RedundantCast to avoid bug 2021-07-16 23:30:37 +02:00
Claas Augner
1bcfe70f64 fix: update baseline 2021-07-16 21:58:34 +02:00
Claas Augner
3ac340815d fix: suppress more issues in make:* classes 2021-07-16 21:58:34 +02:00
Claas Augner
5ecde44eb8 test(laravel): run make:* commands 2021-07-16 20:57:33 +02:00
fiachra mcdermott
723221a6c2 chore: update baseline 2021-07-16 12:04:59 -04:00
feek
401856a447
Merge pull request #188 from CristianGiordano/fix-database-migrations-path
Fix database migrations path
2021-07-15 11:36:21 -04:00
Cristian Giordano
3b9f8f4458 Use application for database migrations path 2021-07-15 15:31:29 +01:00
Cristian Giordano
29f33e93bc Fix nested path 2021-07-15 15:23:35 +01:00
feek
5196f8fd2c
Merge pull request #157 from caugner/firstOrCreate-firstOrNew
Ensure firstOrNew/Create can be called without parameters in Laravel 8+
2021-07-13 13:41:43 -04:00
feek
04dd39b87a
Merge pull request #185 from caugner/drop-laravel-7-support
Drop support for Laravel 7
2021-07-13 13:13:41 -04:00
Claas Augner
d475892ecc chore: drop support for Laravel 7
Laravel 7 has reached its end-of-life.
2021-07-13 18:51:25 +02:00
feek
c032e4eb8a
Merge pull request #183 from caugner/fix-unused-code
Suppress UnusedClass/PossiblyUnusedMethod on well-known classes/methods of fresh Laravel/Lumen projects
2021-07-13 12:39:21 -04:00
Claas Augner
02f4b50c8a test: extract common Builder preamble 2021-07-13 18:33:00 +02:00
Claas Augner
d7ebd103d5 test: ensure firstOrCreate/New work in 6.x/8.x 2021-07-13 18:33:00 +02:00
Claas Augner
98a7bd56b1 fix: split Builder/HasOneOrMany diffs into 6/8 stubs 2021-07-13 18:33:00 +02:00
Claas Augner
25a9bf7ef0 fix: allow firstOrNew/Create to be called without parameters 2021-07-13 18:33:00 +02:00
feek
bb47983d73
Merge pull request #182 from caugner/cannot-call-factory-in-laravel-8.x
Ensure factory() helper is gone in Laravel 8+
2021-07-13 12:27:05 -04:00
Claas Augner
aebbf15e48 refactor: generalize SuppressHandler 2021-07-13 13:07:29 +02:00
Claas Augner
fc80186694 test: set laravel/lumen baseline 2021-07-13 11:51:49 +02:00
Claas Augner
74b363449f feat: suppress well-known unused classes/methods 2021-07-13 11:51:49 +02:00
Claas Augner
c8a20f0cce test: enable findUnusedCode 2021-07-13 11:26:44 +02:00
Claas Augner
72a06f29b5 fix: move factory() to 6.x/7.x stubs 2021-07-13 10:07:59 +02:00
Claas Augner
8ac575bbfa feature: support stubs per major version 2021-07-13 10:07:59 +02:00
Claas Augner
89ed8f3d1b test: that factory() helper is gone in Laravel 8+ 2021-07-13 10:07:59 +02:00