Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorXK committed Feb 21, 2018
1 parent 2138ba2 commit 844e97b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WarriorXK/PHPProtoGen/ITagGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
namespace WarriorXK\PHPProtoGen;

interface ITagGenerator {

/**
* @param \WarriorXK\PHPProtoGen\Field $field
*
* @return int|null
*/
public function getTagForField(Field $field);

}

0 comments on commit 844e97b

Please sign in to comment.