You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!SuppressHelper::isSniffSuppressed($phpcsFile, $functionPointer, $this->getSniffName(self::CODE_MISSING_TRAVERSABLE_PARAMETER_TYPE_HINT_SPECIFICATION))) {
@@ -275,6 +279,10 @@ private function checkReturnTypeHints(\PHP_CodeSniffer_File $phpcsFile, int $fun
275
279
return;
276
280
}
277
281
282
+
if ($this->hasInheritdocAnnotation($phpcsFile, $functionPointer)) {
0 commit comments