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 |
|
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 |
|
Claas Augner
|
c4a2cd6c4c
|
test: extract preamble for FactoryTest
|
2021-07-13 10:07:59 +02:00 |
|
feek
|
7198bb4812
|
Merge pull request #181 from caugner/restrict-notification-test-to-laravel-8+
test(Notification): run only for Laravel 6.0.4+
|
2021-07-12 17:12:43 -04:00 |
|
Claas Augner
|
1191d0f7fa
|
test(Notification): run only for Laravel 6.0.4+
|
2021-07-09 21:11:37 +02:00 |
|
feek
|
85c9086f89
|
Merge pull request #178 from caugner/migrate-hooks-to-eventhandlers
Migrate from Psalm Hooks to EventHandlers
|
2021-07-09 12:34:17 -04:00 |
|
feek
|
0e2f510f2e
|
Merge pull request #170 from caugner/model-@property-support
fix: Support @property on Model with imported type
|
2021-07-09 12:28:25 -04:00 |
|
feek
|
b6caca742d
|
Merge pull request #172 from caugner/support-Http-FormRequest
fix: ignore PropertyNotSetInConstructor in Console\Command, Http\FormRequest and Notifications\Notifications classes
|
2021-07-09 12:27:19 -04:00 |
|
feek
|
8c7f8b7d2b
|
Merge pull request #177 from caugner/add-missing-illuminate-dependencies
fix: add missing illuminate/* dependencies
|
2021-07-09 12:26:31 -04:00 |
|
feek
|
0183b9808b
|
Merge pull request #176 from caugner/test-laravel-6-instead-of-7
Test Laravel 6.x (LTS) instead of 7.x (EOL)
|
2021-07-09 12:25:42 -04:00 |
|
Claas Augner
|
4e222fafac
|
chore: migrate from Hooks to EventHandlers
|
2021-07-07 20:52:59 +02:00 |
|
Claas Augner
|
dcdc8295df
|
fix: add missing illuminate/* dependencies
|
2021-07-07 19:52:34 +02:00 |
|