mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
control structures should use braces
This commit is contained in:
parent
843786c07c
commit
c8c5ae9df8
@ -22,7 +22,9 @@ class Parsedown
|
||||
static function instance($name = 'default')
|
||||
{
|
||||
if (isset(self::$instances[$name]))
|
||||
{
|
||||
return self::$instances[$name];
|
||||
}
|
||||
|
||||
$instance = new Parsedown();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user