From e8ad6a477e36b4def568bcc67b4e16f93186518c Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 7 Jan 2018 16:14:16 -0500 Subject: [PATCH] Fix missing docblocks --- src/Psalm/Checker/ProjectChecker.php | 1 + tests/FileManipulationTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Psalm/Checker/ProjectChecker.php b/src/Psalm/Checker/ProjectChecker.php index 1a3b5703d..677c0fad4 100644 --- a/src/Psalm/Checker/ProjectChecker.php +++ b/src/Psalm/Checker/ProjectChecker.php @@ -2116,6 +2116,7 @@ class ProjectChecker * @param int $php_major_version * @param int $php_minor_version * @param bool $dry_run + * @param bool $safe_types * * @return void */ diff --git a/tests/FileManipulationTest.php b/tests/FileManipulationTest.php index 74dbed1bd..db6b84b4e 100644 --- a/tests/FileManipulationTest.php +++ b/tests/FileManipulationTest.php @@ -39,6 +39,7 @@ class FileManipulationTest extends TestCase * @param string $output_code * @param string $php_version * @param string[] $issues_to_fix + * @param bool $safe_types * * @return void */