mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +02:00
control structures should use braces
This commit is contained in:
@@ -22,7 +22,9 @@ class Parsedown
|
||||
static function instance($name = 'default')
|
||||
{
|
||||
if (isset(self::$instances[$name]))
|
||||
{
|
||||
return self::$instances[$name];
|
||||
}
|
||||
|
||||
$instance = new Parsedown();
|
||||
|
||||
|
Reference in New Issue
Block a user