diff --git a/Config/phpstan-baseline.neon b/Config/phpstan-baseline.neon index 07e5735..89414b4 100644 --- a/Config/phpstan-baseline.neon +++ b/Config/phpstan-baseline.neon @@ -1080,6 +1080,11 @@ parameters: count: 1 path: ../../phpOMS/System/File/Ftp/Directory.php + - + message: "#^Method phpOMS\\\\System\\\\File\\\\Ftp\\\\Directory\\:\\:offsetGet\\(\\) has no return typehint specified\\.$#" + count: 1 + path: ../../phpOMS/System/File/Ftp/Directory.php + - message: "#^Method phpOMS\\\\System\\\\File\\\\Ftp\\\\Directory\\:\\:current\\(\\) has no return typehint specified\\.$#" count: 1 @@ -1105,6 +1110,11 @@ parameters: count: 1 path: ../../phpOMS/System/File/Ftp/Directory.php + - + message: "#^Method phpOMS\\\\System\\\\File\\\\Ftp\\\\Directory\\:\\:offsetGet\\(\\) has parameter \\$offset with no typehint specified\\.$#" + count: 1 + path: ../../phpOMS/System/File/Ftp/Directory.php + - message: "#^Method phpOMS\\\\System\\\\File\\\\Ftp\\\\Directory\\:\\:offsetSet\\(\\) has parameter \\$value with no typehint specified\\.$#" count: 1 @@ -1380,6 +1390,11 @@ parameters: count: 1 path: ../../phpOMS/System/File/Local/Directory.php + - + message: "#^Method phpOMS\\\\System\\\\File\\\\FtpStorage\\\\Directory\\:\\:offsetGet\\(\\) has parameter \\$offset with no typehint specified\\.$#" + count: 1 + path: ../../phpOMS/System/File/FtpStorage/Directory.php + - message: "#^Result of \\|\\| is always true\\.$#" count: 1