From ddaa1fecf8fe0663fd4f5422901653cb6cc3bcab Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 11 Oct 2016 13:09:24 +0200 Subject: [PATCH] Correct docblock --- src/PhpDocument.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PhpDocument.php b/src/PhpDocument.php index 960706a..f82d37e 100644 --- a/src/PhpDocument.php +++ b/src/PhpDocument.php @@ -92,7 +92,6 @@ class PhpDocument * that may have occured as diagnostics. * * @param string $content - * @param bool $keepInMemory Wether to keep content, statements and definitions in memory or only update project definitions * @return void */ public function updateContent(string $content)