@@ -380,6 +380,8 @@ |
||
380 | 380 | |
381 | 381 | /** |
382 | 382 | * Maybe output or return, depending on the context |
383 | + * @param string $val |
|
384 | + * @param boolean $maybe |
|
383 | 385 | */ |
384 | 386 | private function _output_or_return( $val, $maybe ) { |
385 | 387 | if ( $maybe ) |