From 448409d0c302370fb53da456d8a01012efd075fb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 May 2020 17:47:34 +0200 Subject: [PATCH] fix baseline --- Config/phpstan-baseline.neon | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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