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 d582c4d commit b303ab8
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 b303ab8

Please sign in to comment.