Skip to content

Commit

Permalink
Merge pull request #104 from sciamannikoo/dev
Browse files Browse the repository at this point in the history
Added PHPDoc. Fixes #95
  • Loading branch information
ericmann authored Jun 1, 2017
2 parents 3948ced + dc3912f commit 01458ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/WP_Mock/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ protected function safe_offset( $value ) {
return '';
}

/** @return Action_Responder|Filter_Responder */
public function with() {
$args = func_get_args();
$responder = $this->new_responder();
Expand Down

0 comments on commit 01458ea

Please sign in to comment.