Skip to content

Commit

Permalink
Discard changes to tests/PHPStan/Rules/Methods/data/abstract-private-…
Browse files Browse the repository at this point in the history
…method.php
  • Loading branch information
staabm committed Nov 21, 2023
1 parent 07ac483 commit d9d3155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types = 1);

namespace AbstractMethods;
namespace PrivateAbstractMethod;

abstract class HelloWorld
{
Expand Down

0 comments on commit d9d3155

Please sign in to comment.