@@ -26,7 +26,6 @@ discard block |
||
| 26 | 26 | * |
| 27 | 27 | * @since 0.10.0 |
| 28 | 28 | * |
| 29 | - * @param array $data |
|
| 30 | 29 | * @param bool $trim |
| 31 | 30 | */ |
| 32 | 31 | public function __construct( InspectionAgent $guard, $trim = true ) { |
@@ -67,6 +66,7 @@ discard block |
||
| 67 | 66 | * @since 0.11.0 |
| 68 | 67 | * @access protected |
| 69 | 68 | * |
| 69 | + * @param boolean $trim |
|
| 70 | 70 | */ |
| 71 | 71 | protected function populate( $trim ) { |
| 72 | 72 | if( $this->guard->safe_submit() ) { |