From a8ab9728898f529914c83d968f8b3d14af862e65 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Thu, 8 Feb 2018 15:30:24 -0500 Subject: [PATCH] Remove unnecessary class declarations in docs --- docs/issues.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/issues.md b/docs/issues.md index 4c0a7f866..6997ffdd1 100644 --- a/docs/issues.md +++ b/docs/issues.md @@ -123,8 +123,6 @@ class A { Emitted when conditional doesn't make sense given the docblock types supplied. ```php -class A {} - /** * @param string $s * @@ -1509,8 +1507,6 @@ Emitted when conditional is redundant given information supplied in one or more This may be desired (e.g. when checking user input) so is distinct from RedundantCondition, which only applies to non-docblock types. ```php -class A {} - /** * @param string $s *