fiachra mcdermott
|
e311dc53af
|
chore: move cache dir out of src
|
2021-06-21 16:45:30 -07:00 |
|
fiachra mcdermott
|
dea68b56ba
|
chore: create util namespace
|
2021-06-21 16:37:19 -07:00 |
|
fiachra mcdermott
|
937fb50f33
|
chore: force newer version of psalm
|
2021-06-21 16:13:45 -07:00 |
|
fiachra mcdermott
|
0d84139e11
|
fix: force scanning of rate limiter facade
|
2021-06-16 13:48:03 -07:00 |
|
feek
|
095b08bdc7
|
Merge pull request #152 from psalm/container-help
Container help
|
2021-06-15 11:50:42 -07:00 |
|
fiachra mcdermott
|
1769957916
|
style: lint
|
2021-06-15 11:47:38 -07:00 |
|
fiachra mcdermott
|
46ef7e8882
|
fix: add classes that can be returned by the container to be scanned
|
2021-06-15 11:45:42 -07:00 |
|
fiachra mcdermott
|
e8dd02d93f
|
chore: update baseline
|
2021-06-15 09:11:09 -07:00 |
|
fiachra mcdermott
|
f406eefec1
|
chore: update baseline
|
2021-06-15 09:07:19 -07:00 |
|
fiachra mcdermott
|
4b8b7a61b3
|
test: delete negative test. too annoying to maintain
|
2021-06-15 08:51:38 -07:00 |
|
fiachra mcdermott
|
4ad9efd4d2
|
test: use composer command
|
2021-06-14 13:54:19 -07:00 |
|
fiachra mcdermott
|
71360de9cb
|
test: skip failing tests. I think something changed upstream in psalm that broke them.
|
2021-06-14 13:43:53 -07:00 |
|
fiachra mcdermott
|
6a7ac4cfcb
|
test: fix failing test
|
2021-06-14 13:26:51 -07:00 |
|
feek
|
57532207fc
|
Merge pull request #150 from eithed/master
Add missing schema declaration
|
2021-06-14 12:15:57 -07:00 |
|
feek
|
9bb0c23ded
|
Merge pull request #151 from psalm/green-tests
change: use require
|
2021-06-14 12:10:33 -07:00 |
|
fiachra mcdermott
|
1dd6a451d9
|
change: use require
|
2021-06-14 11:59:24 -07:00 |
|
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 |
|