1
0
Fork 0

Fix docblock.

pull/7833/head
Raphaël Aurières 2018-12-13 11:39:20 +01:00
parent a8f27bf097
commit 6725d1d244
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class JsonFile
* Validates the schema of the current json file according to composer-schema.json rules
*
* @param int $schema a JsonFile::*_SCHEMA constant
* @param string $schemaFile a path to the schema file
* @param string|null $schemaFile a path to the schema file
* @throws JsonValidationException
* @return bool true on success
*/