Skip to content

Commit 30d89f6

Browse files
committed
Fix coding style
1 parent c534814 commit 30d89f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tipsy-0.10/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
error_reporting(E_ALL ^ (E_NOTICE | E_STRICT));
4-
ini_set('display_errors',true);
4+
ini_set('display_errors', true);
55

66
require_once __DIR__ . '/../vendor/autoload.php';
77

0 commit comments

Comments
 (0)