Completed
Push — master ( 727b9d...4893ea )
by Askupa
02:03
created
Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -85,6 +85,9 @@
 block discarded – undo
85 85
         \add_action('wp_ajax_amarkal_settings_reset', array( $this, 'reset_settings'));
86 86
     }
87 87
     
88
+    /**
89
+     * @param string $path
90
+     */
88 91
     private function get_url( $path )
89 92
     {
90 93
         $url  = str_replace( ABSPATH, '', $path );
Please login to merge, or discard this patch.