Passed
Push — develop ( 388ba5...5ea0af )
by Brent
06:57 queued 58s
created
src/Pageon/Config.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
         self::registerConfiguration($loadedConfiguration);
36 36
     }
37 37
 
38
+    /**
39
+     * @return string
40
+     */
38 41
     public static function get(string $key)
39 42
     {
40 43
         return self::$loadedConfiguration[$key] ?? null;
Please login to merge, or discard this patch.