update strings

This commit is contained in:
Barry vd. Heuvel
2025-07-17 08:16:09 +02:00
parent 12c891a0bf
commit 8495c55fe0
2 changed files with 13 additions and 19 deletions
-2
View File
@@ -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
-4
View File
@@ -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
*/ */