1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix missing docblocks

This commit is contained in:
Matthew Brown 2018-01-07 16:14:16 -05:00
parent 693c7a81fa
commit e8ad6a477e
2 changed files with 2 additions and 0 deletions

View File

@ -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
*/

View File

@ -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
*/