netpok
f4656256fc
Fix non-facade classes will result in no autocomplete ( #841 )
...
* Filter out non-facade base classes
* Remove Model as it is already skipped because it's not a facade
2024-02-07 21:06:31 +01:00
Jackey Cheung
cc9ed4423b
disable inspections of helper files ( #1486 )
...
* disables all jetbrains inspections
* disables all jetbrains' & phpcs' inspections
2024-02-07 19:30:35 +01:00
Bentley O'Kane-Chase
f055d42b39
Add phpstorm metadata for mock methods when testing ( #1405 )
...
* Add phpstorm metadata for testing
* Update CHANGELOG.md
2023-01-17 12:37:15 +01:00
Yehuda Katz
ac1e27167d
Disabled PHPCS ( #1301 )
...
PHPCS is a common development tool. It makes sense to disable it in addition to Eclipse/IntelliJ formatting disable
2022-01-20 14:27:58 +01:00
Markus Podar and laravel-ide-helper
ca0cf7355a
[GHA] Misc improvements ( #1101 )
...
* gha: be more specific which OS to use
Avoids "surprises" when Github changes the underlying version, like they
currently announce with a warning:
> Ubuntu-latest workflows will use Ubuntu-20.04 soon. For more details, see https://github.com/actions/virtual-environments/issues/1816
Note: basically right now "latest" is actually 18.04 and not 20.04
* composer fix-style
* gha: require league/flysystem:^1 for lumen
2.* doesn't work out of the box
* gha: explicit version of composer isn't necessary anymore
v2 is already the default
* Be explicit to require the pdo SQLite extension for tests
Co-authored-by: laravel-ide-helper <[email protected] >
2020-11-30 15:13:01 +01:00
Markus Podar
ba95d18ef5
[PHPCS] Extend to check/fix all source code and turn GHA into auto-commit fixer ( #1003 )
...
* phpcs: enable also for config, resources and tests
* composer fix-style
* vendor/bin/phpunit -d --update-snapshots
* gha: instead of checking the style, fix and auto-commit it 💪
2020-08-10 10:22:48 +02:00
Markus Podar
ead6d4f89b
Remove timestamps in generated files ( #1000 )
...
In https://github.com/barryvdh/laravel-ide-helper/pull/990#issuecomment-664590457 it was agreed upon to just remove them.
2020-07-27 21:42:55 +02:00
Hamid Alaei Varnosfaderani
7515cd206d
add optional ( #932 )
2020-05-05 10:27:37 +02:00
Barry vd. Heuvel
f80887914b
Update helper.php
2020-04-19 07:51:00 +02:00
小克
7be6afbe5f
Update the version in the comment
2020-04-06 18:52:32 +08:00
Chris Morrell
6c8e847430
Add support for factory()->create() return types ( #758 )
...
* Revert "Forked release"
* Initial factory builder support
* Oops — fixed tabs
* Revert "Forked release"
* Whitespace
* Reverted more code
* Whitespace
* More whitespace
* Fixed PHPCS line
2019-10-01 20:18:19 +02:00
+pikari
190bf07c05
fix: warning when call the instance method ( #735 )
2018-12-19 13:12:44 +01:00
Barry vd. Heuvel
8174730714
Merge pull request #714 from pahan35/fix-missed-autocomplete-in-header-view
...
Fix missed autocomplete in helper view
2018-10-06 11:34:14 +02:00
Pavlo Zhukov
eff51d41b3
Add missed getRealName() call for $namespaces_by_alias group
2018-10-01 03:25:34 +03:00
Pavlo Zhukov
b14d983f74
Change comments style to allow folding and make its clear
2018-10-01 00:50:28 +03:00
Pavlo Zhukov
1fdc866fb0
Fix missed autocomplete in helper view
2018-10-01 00:39:40 +03:00
Pavlo Zhukov
5d8d93273f
Fix missed helpers for abstract methods the same name but different classes
2018-10-01 00:02:03 +03:00
BinotaLIU
f472c26601
add change modifier
2018-07-05 19:31:23 +08:00
Jonas De Smet
e1d1352ac5
bugfix - Space/Enter between starting php tag and comment for PHPStan
2018-06-19 14:59:59 +02:00
Barry vd. Heuvel
efd7e51566
Merge pull request #671 from eidng8/patch-2
...
suppress formatter in meta file
2018-06-13 10:16:01 +02:00
Jackey Cheung
6577af8464
suppress formatter in helper file
2018-06-13 10:24:58 +08:00
Jackey Cheung
6c7bc371f9
suppress formatter in meta file
2018-06-13 10:21:51 +08:00
BinotaLIU
1a3d32f0d1
nullable actually support an argument
2018-05-29 22:28:49 +08:00
Timur Zurbaev
4691bc5fbd
Remove mixed typehint from Fluent::default method
2018-05-05 10:09:30 +08:00
Jonas De Smet
e29e035135
Add DocBlocks for classes too
2018-02-01 15:53:32 +01:00
M. Vugteveen
28f0ac3781
also show time in generated files ( #574 )
2017-09-13 14:18:03 +02:00
Barry vd. Heuvel
ce72ff4663
Remove exit for static code analysers
2017-08-28 13:39:24 +02:00
Chris Morrell
a9ea231679
Support higher order tap() ( #554 )
2017-08-28 13:35:56 +02:00
Stidges
08d39c125f
Add back leading slash on meta class names ( #532 )
2017-07-06 21:25:44 +02:00
Stidges
dca7fa7b10
Use new PhpStorm advanced metadata format ( #523 )
2017-06-14 20:49:19 +02:00
Florian Lefèvre
b611cb5eff
Add namespaced aliases ( #456 )
...
* Add namespaced aliases
* Move aliases regouping logic in Generator
* Fix getValidAliases return type
2017-03-05 20:04:42 +01:00
Barry vd. Heuvel
e82de98cef
Add Eloquent methods back
2017-02-22 13:27:33 +01:00
Barry vd. Heuvel
25c8de637d
Skip eloquent
...
Fixes #https://github.com/barryvdh/laravel-ide-helper/issues/451
2017-02-20 13:54:53 +01:00
Emmanuel Maggion
5a841a209d
Fix case ( #452 )
2017-02-20 11:52:55 +01:00
Tommi Finnilae
963ead0a01
Correct Fluent helper output ( #445 )
...
'references()' and 'on()' argument names were backwards
2017-02-13 12:53:06 +01:00
Florian Lefèvre
8c306035aa
Fix facades fullpath autocomplete ( #441 )
...
* Add method to retrieve namespace of extended class
* Regroup classes by namespace of the class they extends
* Restore facades shortnames
* Fix classnames used for methods declaration
2017-02-13 12:52:36 +01:00
Barry vd. Heuvel
f1e93f042d
Update helper.php
2017-02-03 15:05:31 +01:00
Florian Lefèvre
525733122e
Add facades fullpath autocomplete ( #437 )
...
* Add method to retrieve namespace of extended class
* Regroup classes by namespace of the class they extends
* Restore facades shortnames
2017-02-01 07:21:31 +01:00
Jackey Cheung
105f14a50d
Add Fluent helpers (using config option) ( #404 )
...
* add fluent option to Generator
* add fluent to helper output
* add fluent option to config
* typo
2016-11-15 09:21:23 +01:00
Barry vd. Heuvel
0373861536
Add generic factory
2015-06-25 10:58:59 +02:00
Barry vd. Heuvel
3a4671f3ea
Update meta file
2015-06-18 14:58:06 +02:00
Elliot Williams
0c38360317
Indefinite article
...
I'm pretty sure it should be `a helper file` as opposed to `an helper file`
2015-04-22 16:42:49 +01:00
Barry vd. Heuvel
5afcbdc7c8
Supress FQN warning
2015-03-17 10:13:32 +01:00
Barry vd. Heuvel
d8d5517f2c
Tweak @noinspection
2015-03-17 09:00:28 +01:00
Barry vd. Heuvel
b6a5262f3b
TWeak meta methods
2015-03-16 14:14:57 +01:00
Barry vd. Heuvel
683ed695a5
Fix views
2015-03-16 12:59:27 +01:00
Barry vd. Heuvel
c0aaabb6d7
Update config
2015-01-28 10:02:50 +01:00
Barry vd. Heuvel
ab50c245d0
Update config/resources for L5
2015-01-28 09:34:45 +01:00