Completed
Push — master ( 3cfde3...f5e4bf )
by Oliver
03:15
created
src/Branding.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
         return $this->get('url');
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $key
31
+     */
29 32
     private function get($key)
30 33
     {
31 34
         $configKey = 'zoutapps.branding.' . $key;
Please login to merge, or discard this patch.