Skip to content

Commit

Permalink
Merge "Remove erroneous @throws in DumpGenerator"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Apr 30, 2016
2 parents 1f64f4d + b4230c1 commit e633a3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repo/includes/Dumpers/DumpGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ public function setShardingFilter( $shardingFactor, $shard ) {
* Set the entity type to be included in the output.
*
* @param string|null $type The desired type (use null for any type).
*
* @throws InvalidArgumentException
*/
public function setEntityTypeFilter( $type ) {
$this->entityType = $type;
Expand Down

0 comments on commit e633a3a

Please sign in to comment.