fiachra mcdermott
|
72b78c5596
|
chore: update baseline
|
2021-06-14 11:52:41 -07:00 |
|
feek
|
d0a084fc95
|
Merge pull request #148 from caugner/patch-2
fix(lint): run phpcs with php 7.4
|
2021-06-14 11:38:18 -07:00 |
|
Pawel Trauth
|
54196aaad8
|
revert whitespace changes
|
2021-06-13 13:16:38 +01:00 |
|
Pawel Trauth
|
3dce1922aa
|
add missing schema declarations
|
2021-06-13 13:13:22 +01:00 |
|
Claas Augner
|
7615f488cd
|
fix(lint): setup php 7.4
|
2021-06-10 09:33:09 +02:00 |
|
feek
|
11f6fd4bc5
|
Merge pull request #149 from psalm/revert-136-patch-1
Revert "Update method signature for getPropertiesFromTable"
|
2021-06-09 22:24:57 -07:00 |
|
feek
|
dcf22d43c2
|
Revert "Update method signature for getPropertiesFromTable"
|
2021-06-09 22:23:33 -07:00 |
|
feek
|
1ff7fd2a0d
|
Merge pull request #136 from CiiDyR/patch-1
Update method signature for getPropertiesFromTable
|
2021-06-09 10:55:44 -07:00 |
|
feek
|
d43d48f8c7
|
Merge branch 'master' into patch-1
|
2021-06-09 10:55:26 -07:00 |
|
Matt Brown
|
2b7fe4581a
|
Update failing test
|
2021-05-01 17:05:01 -04:00 |
|
Matt Brown
|
72aa7cae29
|
Fix #128 - prevent crash calling arbitrary methods on Application interface
This adds a stub for the Container interface, adding a necessary mention for ArrayAccess
|
2021-05-01 17:02:20 -04:00 |
|
feek
|
e6e34b75cc
|
Merge pull request #141 from yaegassy/add-not-stopping-support
Added support for not stopping the execution of psalm even when a error occurs.
|
2021-04-17 13:19:18 -07:00 |
|
yaegassy
|
5753fef637
|
fix: Change to catching "Throwable".
|
2021-04-18 05:15:43 +09:00 |
|
yaegassy
|
b404a2706b
|
Added support for not stopping the execution of psalm even when a error occurs.
|
2021-04-16 13:41:45 +09:00 |
|
feek
|
d00e50e15f
|
Merge pull request #138 from caugner/patch-1
Prevent installation of `barryvdh/laravel-ide-helper` 2.9.2 and later
|
2021-04-07 10:38:56 -07:00 |
|
Claas Augner
|
52a2fa6b20
|
deps: add laravel-ide-helper constraint
This avoids a BC break in `barryvdh/laravel-ide-helper` 2.9.2, which changed the visibility of several methods from `protected` to `public`.
|
2021-04-06 13:40:59 +02:00 |
|
Hendrik Heil
|
96b90a298e
|
Bump laravel-ide-helper to 2.9.2
|
2021-04-02 21:58:57 +02:00 |
|
Hendrik Heil
|
3964e74c0e
|
Update method signature for getPropertiesFromTable
LaravelIdeHelper changed the visibility of `getPropertiesFromTable` from `protected` to `public` in this PR: https://github.com/barryvdh/laravel-ide-helper/pull/945
|
2021-04-02 12:48:03 +02:00 |
|
feek
|
eed0e6f3b9
|
Merge pull request #135 from twistor/builder-covariant
Make the Model template on the Builder covariant.
|
2021-03-22 11:47:24 -07:00 |
|
Chris Leppanen
|
42449b8744
|
Make the Model template on the Builder covariant.
|
2021-03-20 20:11:27 -04:00 |
|
Matthew Brown
|
5196fad27f
|
Merge pull request #133 from masterfermin02/fix-build-test-issues
This pr is to fix the build test issues
|
2021-03-13 19:14:09 -05:00 |
|
masterfermin02
|
b097a0e4df
|
Removed deprecated version
|
2021-03-13 00:48:26 -05:00 |
|
masterfermin02
|
2425330b22
|
This pr is to fix the build test issues
|
2021-03-13 00:29:33 -05:00 |
|
Feek
|
baf53624a2
|
chore: update codeception module
|
2020-12-07 09:56:40 -05:00 |
|
Feek
|
fb6ce74d1f
|
fix: proper filename
|
2020-12-07 09:56:02 -05:00 |
|
feek
|
a0ac31fc0a
|
Merge pull request #121 from psalm/fix-for-psalm-4
Fix for psalm 4
|
2020-12-06 13:07:26 -08:00 |
|
Feek
|
fbcd003511
|
style: lint
|
2020-12-06 16:02:49 -05:00 |
|
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 |
|