Yuta Nagamiya
e7734d3c20
Add splat operator (...) support ( #860 )
...
* Add splat operator (...) support
* Add test
2019-12-25 12:17:50 +01:00
Matthew Hailwood
51a72d7766
[PSR-12] Update param type array to use short array syntax ( #828 )
...
* Update Param type array to use short array syntax (PSR-12)
* Update Param type array to use short array syntax (PSR-12)
2019-09-16 11:52:59 +02:00
+pikari
190bf07c05
fix: warning when call the instance method ( #735 )
2018-12-19 13:12:44 +01:00
Jeppe Knockaert
dda63bf8df
bugfix - Do not use the real_name for closures
...
Closures do not have a method name that makes sense to use in the ide_helper
file.
e.g. Illuminate\Foundation\Providers\{closure} would be the real_name instead of
just validate. So for the closure methods, we should just use the provided
methodName instead.
2018-12-10 14:14:34 +01:00
Pavlo Zhukov
d7359b86d4
Avoid code duplication in constructors
2018-10-01 00:20:54 +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
Barry vd. Heuvel
3064296216
Use fork of reflection docblock
2016-06-13 21:35:48 +02:00
Barry vd. Heuvel
2d82419167
Test method output
2016-06-08 22:06:05 +02:00
Barry vd. Heuvel
bae462604e
Add test config, CS rules and fix CS
2016-06-08 21:36:25 +02:00
Nikolay Zakharov
2fb1135fc5
Fixed: fails to generate with resources
2015-12-11 17:18:14 +03:00
Martin Wachocki
c0eb7e2d7e
Fix for functions with variadic arguments
...
The `php artisan ide-helper:generate` command fails with the following error for functions with variadic arguments:
[ReflectionException]
Internal error: Failed to retrieve the default value
2014-10-08 10:06:59 -04:00
Barry vd. Heuvel
1b608fc446
Get correct namespace
...
The other one was empty, now it should be correct. Fixes #97
2014-08-11 13:26:11 +02:00
Barry vd. Heuvel
09055582af
Add correct context for inheritdoc
...
Attempt 2 to fix #97
2014-08-11 13:05:28 +02:00
Barry vd. Heuvel
4cfcabb63d
Normalize return/params from inheritdocs before appending
...
This normalizes return/param tags, before the tags are added to the docblock. This will preserve the correct context (and namespace).
Should fix #93
2014-08-11 12:07:00 +02:00
Barry vd. Heuvel
97a16c9ca4
Expand types to use FQN
2014-08-07 13:26:45 +02:00
Barry vd. Heuvel
e9bc9347cc
Cleanup
2014-08-06 19:27:22 +02:00
Barry vd. Heuvel
8dcc74a95f
Add magic methods
2014-08-06 13:04:52 +02:00
Barry vd. Heuvel
f29e6037c0
Work on interfaces
2014-08-06 12:29:26 +02:00
Barry vd. Heuvel
8193fa0763
Big refactor
2014-08-06 00:02:00 +02:00