Skip to content

Commit

Permalink
added .phpstorm.meta.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 3, 2019
1 parent 89f8fd0 commit 102ff80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

declare(strict_types=1);

namespace PHPSTORM_META;

expectedArguments(\Nette\Mail\Message::setPriority(), 0, \Nette\Mail\Message::HIGH, \Nette\Mail\Message::NORMAL, \Nette\Mail\Message::LOW);
expectedReturnValues(\Nette\Mail\Message::getPriority(), \Nette\Mail\Message::HIGH, \Nette\Mail\Message::NORMAL, \Nette\Mail\Message::LOW);

0 comments on commit 102ff80

Please sign in to comment.