Browse Source

Fix PHPCS error

logmanoriginal 6 years ago
parent
commit
90dc968fd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Configuration.php

+ 1 - 1
lib/Configuration.php

@@ -1,7 +1,7 @@
 <?php
 class Configuration {
 
-	public static $VERSION = "2018-06-10";
+	public static $VERSION = '2018-06-10';
 
 	public static $config = null;