Completed
Push — master ( 85359b...604927 )
by mains
13s
created
php/jodel-web.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
     return (isset($matches[0])) ? true : false;
45 45
 }
46 46
 
47
+/**
48
+ * @param string $property
49
+ */
47 50
 function configPropertyExists($config, $property)
48 51
 {
49 52
     if(!array_key_exists($property, $config) || !isset($config[$property]) || $config[$property] == '' || $config[$property] == 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
Please login to merge, or discard this patch.