Passed
Pull Request — master (#389)
by Jacques
03:10
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/extras.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -156,6 +156,7 @@  discard block
 block discarded – undo
156 156
 	 *
157 157
 	 * @package    lsx
158 158
 	 * @subpackage extras
159
+	 * @param string $size
159 160
 	 */
160 161
 	function lsx_get_thumbnail( $size, $image_src = false ) {
161 162
 		if ( false === $image_src ) {
@@ -220,6 +221,7 @@  discard block
 block discarded – undo
220 221
 	 *
221 222
 	 * @package    lsx
222 223
 	 * @subpackage extras
224
+	 * @param boolean $image_src
223 225
 	 */
224 226
 	function lsx_get_attachment_id_from_src( $image_src ) {
225 227
 		$post_id = wp_cache_get( $image_src, 'lsx_get_attachment_id_from_src' );
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.