Completed
Push — master ( adffc5...06e7fa )
by Jared
02:44
created
lib/timber-request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	public function __get( $field ) {}
27 27
 
28 28
 	/**
29
-	 * @return boolean
29
+	 * @return boolean|null
30 30
 	 */
31 31
 	public function __isset( $field ) {}
32 32
 
Please login to merge, or discard this patch.
lib/timber.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
 	 * Get widgets.
346 346
 	 *
347 347
 	 * @param int     $widget_id
348
-	 * @return TimberFunctionWrapper
348
+	 * @return string
349 349
 	 */
350 350
 	public static function get_widgets( $widget_id ) {
351 351
 		return trim( TimberHelper::function_wrapper( 'dynamic_sidebar', array( $widget_id ), true ) );
Please login to merge, or discard this patch.