mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
update strings
This commit is contained in:
@@ -242,8 +242,6 @@ class MacroTest extends TestCase
|
|||||||
$macro = new Macro($reflectionMethod, 'URL', new ReflectionClass(UrlGenerator::class), 'macroName');
|
$macro = new Macro($reflectionMethod, 'URL', new ReflectionClass(UrlGenerator::class), 'macroName');
|
||||||
$output = <<<'DOC'
|
$output = <<<'DOC'
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
*
|
|
||||||
* @param string $foo
|
* @param string $foo
|
||||||
* @param int $bar
|
* @param int $bar
|
||||||
* @return string
|
* @return string
|
||||||
|
|||||||
@@ -36,8 +36,6 @@ class MethodTest extends TestCase
|
|||||||
|
|
||||||
$output = <<<'DOC'
|
$output = <<<'DOC'
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
*
|
|
||||||
* @param string $last
|
* @param string $last
|
||||||
* @param string $first
|
* @param string $first
|
||||||
* @param string $middle
|
* @param string $middle
|
||||||
@@ -177,8 +175,6 @@ DOC;
|
|||||||
|
|
||||||
$output = <<<'DOC'
|
$output = <<<'DOC'
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
*
|
|
||||||
* @return \Illuminate\Foundation\Application
|
* @return \Illuminate\Foundation\Application
|
||||||
* @static
|
* @static
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user