]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/legacy/LegacyLinkDB.php
Manually fix remaining PHPCS errors
[github/shaarli/Shaarli.git] / application / legacy / LegacyLinkDB.php
index 442b833c72a8eebcb4a7aba461628ad7f9451606..d3beafe0dc874b7b8aad069257f2623c13fa7e9a 100644 (file)
@@ -62,7 +62,7 @@ class LegacyLinkDB implements Iterator, Countable, ArrayAccess
     private $datastore;
 
     // Link date storage format
-    const LINK_DATE_FORMAT = 'Ymd_His';
+    public const LINK_DATE_FORMAT = 'Ymd_His';
 
     // List of bookmarks (associative array)
     //  - key:   link date (e.g. "20110823_124546"),