1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

align default value with documentation (#4188)

This commit is contained in:
orklah 2020-09-18 03:40:19 +02:00 committed by GitHub
parent 363887a445
commit 5db75dfbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ class Config
*
* @var bool
*/
public $use_docblock_property_types = true;
public $use_docblock_property_types = false;
/**
* Whether or not to throw an exception on first error