Completed
Push — master ( bc1ad9...b87221 )
by Askupa
01:45
created
functions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
     /**
42 42
      * Get the value of the given settings
43 43
      *
44
-     * @param [array] $args
45 44
      * @return void
46 45
      */
47 46
     function amarkal_get_settings_value( $slug, $field_name )
Please login to merge, or discard this patch.
Manager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@
 block discarded – undo
50 50
      * Get a settings page from the list of registered settings pages.
51 51
      * 
52 52
      * @param string $slug
53
-     * @param string $parent_slug
54 53
      * @return SettingsPage
55 54
      * @throws \RuntimeException If no settings page was found for the given slug/parent_slug
56 55
      */
Please login to merge, or discard this patch.