mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 10:33:11 +00:00
Update docblock
This commit is contained in:
@@ -324,6 +324,8 @@ exit('Only to be used as an helper for your IDE');\n\n";
|
|||||||
/**
|
/**
|
||||||
* @param \ReflectionMethod $method
|
* @param \ReflectionMethod $method
|
||||||
* @param string $alias
|
* @param string $alias
|
||||||
|
* @param $class
|
||||||
|
* @param null $methodName
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function parseMethod($method, $alias, $class, $methodName = null){
|
protected function parseMethod($method, $alias, $class, $methodName = null){
|
||||||
|
|||||||
Reference in New Issue
Block a user