Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 28fe677

Browse files
fluffycondorondrejmirtes
authored andcommitted
Remove Stringable from the signature, it's actually not supported
1 parent c612f67 commit 28fe677

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

‎extension.neon‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ parameters:
1515
skipCheckGenericClasses:
1616
- Symfony\Component\OptionsResolver\Options
1717
stubFiles:
18-
- stubs/Php/Stringable.stub
1918
- stubs/Psr/Cache/CacheItemInterface.stub
2019
- stubs/Symfony/Bundle/FrameworkBundle/KernelBrowser.stub
2120
- stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub

‎stubs/Php/Stringable.stub‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎stubs/Symfony/Component/Console/Output/OutputInterface.stub‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ interface OutputInterface
1717
public const OUTPUT_PLAIN = 4;
1818

1919
/**
20-
* @param string|Stringable|iterable<string|Stringable> $messages
20+
* @param string|iterable<string> $messages
2121
* @param int-mask-of<self::VERBOSITY_*|self::OUTPUT_*> $options
2222
*/
2323
public function write($messages, bool $newline = false, int $options = 0): void;
2424

2525
/**
26-
* @param string|Stringable|iterable<string|Stringable> $messages
26+
* @param string|iterable<string> $messages
2727
* @param int-mask-of<self::VERBOSITY_*|self::OUTPUT_*> $options
2828
*/
2929
public function writeln($messages, int $options = 0): void;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /