Skip to content
Snippets Groups Projects
Unverified Commit 411143af authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix phpdoc

parent 81d7182a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class CriticalConfigurationError extends ConfigurationError
*
* @param string|null $reason The reason for this critical error.
* @param string|null $file The configuration file that originated this error.
* @param array|null The configuration array that led to this problem.
* @param array|null $config The configuration array that led to this problem.
*/
public function __construct($reason = null, $file = null, $config = null)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment