forked from blallo/rss-bridge
Fix PHPCS error
This commit is contained in:
parent
da6b98851c
commit
90dc968fd1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
class Configuration {
|
||||
|
||||
public static $VERSION = "2018-06-10";
|
||||
public static $VERSION = '2018-06-10';
|
||||
|
||||
public static $config = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue