Completed
Push — master ( b87221...e5fd41 )
by Askupa
01:26
created
functions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@
 block discarded – undo
56 56
     /**
57 57
      * Get the value of the given settings field
58 58
      *
59
-     * @param [array] $args
60 59
      * @return void
61 60
      */
62 61
     function amarkal_get_settings_value( $slug, $field_name )
Please login to merge, or discard this patch.
SettingsPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
     /**
227 227
      * Get the component corresponding to the given name
228 228
      *
229
-     * @param [string] $name
229
+     * @param string $name
230 230
      * @throws RuntimeException when the component cannot be found
231 231
      * @return void
232 232
      */
Please login to merge, or discard this patch.