1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-10 18:51:02 +00:00

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 ReadabilityImport extends AbstractImport
*
* @param string $filepath
*/
public function setFilepath($filepath)
public function setFilepath($filepath): static
{
$this->filepath = $filepath;