Passed
Push — master ( 1e157c...be4b76 )
by Virginia
02:43 queued 35s
created
includes/classes/class-lsx-bootstrap-navwalker.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
 		 * @param string $output Passed by reference. Used to append additional content.
53 53
 		 * @param object $item Menu item data object.
54 54
 		 * @param int $depth Depth of menu item. Used for padding.
55
-		 * @param int $current_page Menu item ID.
56 55
 		 * @param object $args
57 56
 		 */
58 57
 		public function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
Please login to merge, or discard this patch.
includes/layout.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
 	 *
18 18
 	 * @package    lsx
19 19
 	 * @subpackage layout
20
+	 * @param string $class
20 21
 	 */
21 22
 	function lsx_layout_selector( $class, $area = 'site' ) {
22 23
 		$return_class = '';
Please login to merge, or discard this patch.
includes/classes/class-lsx-optimisation.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@  discard block
 block discarded – undo
46 46
 	/**
47 47
 	 * Defers the JS loading till Last
48 48
 	 *
49
-	 * @param  string $url The url to check and defer.
50 49
 	 * @return string
51 50
 	 */
52 51
 	public function preload_css( $tag, $handle, $href, $media ) {
@@ -59,7 +58,6 @@  discard block
 block discarded – undo
59 58
 	/**
60 59
 	 * Defers the JS loading till Last
61 60
 	 *
62
-	 * @param  string $url The url to check and defer.
63 61
 	 * @return string
64 62
 	 */
65 63
 	public function defer_parsing_of_js( $tag, $handle, $href ) {
Please login to merge, or discard this patch.
includes/sensei/class-lsx-sensei.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -645,7 +645,6 @@
 block discarded – undo
645 645
 		/**
646 646
 		 * Show the 'Back to My Courses' button on messages.
647 647
 		 *
648
-		 * @param [type] $message_post_id
649 648
 		 * @return void
650 649
 		 */
651 650
 		public function lsx_sensei_back_message_button( $courses_link ) {
Please login to merge, or discard this patch.
includes/woocommerce/woocommerce.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -784,7 +784,7 @@
 block discarded – undo
784 784
 	 *
785 785
 	 * @access      public
786 786
 	 * @since       1.0
787
-	 * @return      void
787
+	 * @return      string
788 788
 	 */
789 789
 	function lsx_wc_product_searchform( $form ) {
790 790
 
Please login to merge, or discard this patch.
includes/extras.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -183,6 +183,7 @@  discard block
 block discarded – undo
183 183
 	 *
184 184
 	 * @package    lsx
185 185
 	 * @subpackage extras
186
+	 * @param string $size
186 187
 	 */
187 188
 	function lsx_get_thumbnail( $size, $image_src = false ) {
188 189
 		global $wp_version;
@@ -285,6 +286,7 @@  discard block
 block discarded – undo
285 286
 	 *
286 287
 	 * @package    lsx
287 288
 	 * @subpackage extras
289
+	 * @param boolean $image_src
288 290
 	 */
289 291
 	function lsx_get_attachment_id_from_src( $image_src ) {
290 292
 		$post_id = wp_cache_get( $image_src, 'lsx_get_attachment_id_from_src' );
Please login to merge, or discard this patch.