diff --git a/src/Assert.php b/src/Assert.php index 368897ac..09a06a54 100644 --- a/src/Assert.php +++ b/src/Assert.php @@ -215,8 +215,6 @@ public static function string($value, $message = '') } /** - * @psalm-assert string $value - * * @param mixed $value * @param string $message * diff --git a/tests/static-analysis/assert-string-not-empty.php b/tests/static-analysis/assert-string-not-empty.php deleted file mode 100644 index 80e75109..00000000 --- a/tests/static-analysis/assert-string-not-empty.php +++ /dev/null @@ -1,15 +0,0 @@ -