Skip to content

Commit

Permalink
FIX Add types for parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Sep 24, 2018
1 parent dba9772 commit ba1f7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Behat/Context/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ protected function getSpecificBlock($position)
/**
* Returns the archive button for a specific block
*
* @param $position
* @param int $position
* @return NodeElement
*/
protected function getArchiveButton($position)
Expand All @@ -240,7 +240,7 @@ protected function getArchiveButton($position)
/**
* Returns the publish button for a specific block if it exists
*
* @param $position
* @param int $position
* @return NodeElement|null
*/
protected function findPublishButton($position)
Expand Down

0 comments on commit ba1f7d9

Please # to comment.