Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsche committed Dec 1, 2021
1 parent 44c5272 commit 97d8947
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/VerifyBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
* Base class for other verify classes to inherit functionality from.
* At this point, just the constructor and common properties to both.
*
* @method static does() Positive conjunction
* @method static has() Positive conjunction
* @method static is() Positive conjunction
* @method static will() Positive conjunction
* @method static and() Neutral conjunction
* @method static be() Neutral conjunction
* @method static have() Neutral conjunction
* @method static does() Positive conjunction
* @method static has() Positive conjunction
* @method static is() Positive conjunction
* @method static will() Positive conjunction
* @method static and() Neutral conjunction
* @method static be() Neutral conjunction
* @method static have() Neutral conjunction
* @method static doesNot() Negative conjunction
* @method static isNot() Negative conjunction
* @method static isNot() Negative conjunction
* @method static willNot() Negative conjunction
*/
abstract class VerifyBase
Expand Down

0 comments on commit 97d8947

Please sign in to comment.