From 6725d1d244836b6a1a199278c93f3531d9ba4823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Auri=C3=A8res?= Date: Thu, 13 Dec 2018 11:39:20 +0100 Subject: [PATCH] Fix docblock. --- src/Composer/Json/JsonFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Json/JsonFile.php b/src/Composer/Json/JsonFile.php index ad73a8169..f2d950004 100644 --- a/src/Composer/Json/JsonFile.php +++ b/src/Composer/Json/JsonFile.php @@ -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 */