Clean PHPStan baseline

This commit is contained in:
Yassine Guedidi
2025-04-05 16:19:38 +02:00
parent 0d93add058
commit e63d473032
17 changed files with 73 additions and 85 deletions

View File

@ -28,7 +28,7 @@ class PinboardImport extends AbstractImport
*
* @param string $filepath
*/
public function setFilepath($filepath)
public function setFilepath($filepath): static
{
$this->filepath = $filepath;