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:
parent
693c7a81fa
commit
e8ad6a477e
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user