Skip to content

Commit

Permalink
Fix specs for MethodProphecy
Browse files Browse the repository at this point in the history
  • Loading branch information
tkotosz committed Jul 18, 2019
1 parent 1927e75 commit 8e0f3a0
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 8e0f3a0

Please sign in to comment.