Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 25, 2022
1 parent 0b85ed4 commit 6e497a7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion classes/FunctionProphecy.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
final class FunctionProphecy implements ProphecyInterface
{

/**
* @var Prophet The prophet.
*/
Expand Down
1 change: 0 additions & 1 deletion classes/PHPProphet.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
*/
final class PHPProphet
{

/**
* @var Prophet The prophet.
*/
Expand Down
1 change: 0 additions & 1 deletion classes/ReferencePreservingRevealer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
final class ReferencePreservingRevealer implements RevealerInterface
{

/**
* @var RevealerInterface The subject.
*/
Expand Down
1 change: 0 additions & 1 deletion classes/Revelation.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
final class Revelation implements ProphecyInterface
{

/**
* @internal
* @var string The function namespace.
Expand Down
1 change: 0 additions & 1 deletion tests/PHPProphetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
final class PHPProphetTest extends AbstractMockTest
{

/**
* @var PHPProphet The SUT.
*/
Expand Down
1 change: 0 additions & 1 deletion tests/RegressionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
final class RegressionTest extends TestCase
{

/**
* Calling no optional parameter
*
Expand Down

0 comments on commit 6e497a7

Please sign in to comment.