Skip to content

Commit

Permalink
Merge pull request #434 from tkotosz/misc/fix-specs
Browse files Browse the repository at this point in the history
Fix specs for MethodProphecy
  • Loading branch information
stof authored Aug 23, 2019
2 parents dcf5389 + 8e0f3a0 commit 40c22e8
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 91 deletions.
10 changes: 10 additions & 0 deletions spec/Prophecy/Prophecy/ClassWithVoidTypeHintedMethods.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace spec\Prophecy\Prophecy;

class ClassWithVoidTypeHintedMethods
{
public function getVoid(): void
{
}
}
Loading

0 comments on commit 40c22e8

Please sign in to comment.