Skip to content

Commit 0cfed59

Browse files
committed
Remove FQCN type hints on properties
1 parent ba72779 commit 0cfed59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Resources/WcswidthDataGenerator.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
use Symfony\Component\HttpClient\HttpClient;
1515
use Symfony\Component\String\Exception\RuntimeException;
1616
use Symfony\Component\VarExporter\VarExporter;
17-
use Symfony\Contracts\HttpClient\HttpClientInterface;
1817

1918
/**
2019
* @internal
2120
*/
2221
final class WcswidthDataGenerator
2322
{
2423
private string $outDir;
25-
private HttpClientInterface $client;
24+
private $client;
2625

2726
public function __construct(string $outDir)
2827
{

0 commit comments

Comments
 (0)