mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
Dogfood class
This commit is contained in:
parent
b5aa3e3b57
commit
5cab1397f5
12
src/DogFood/DogFoodClass.php
Normal file
12
src/DogFood/DogFoodClass.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php declare (strict_types=1);
|
||||
|
||||
namespace Rector\Core\DogFood;
|
||||
|
||||
final class DogFoodClass
|
||||
{
|
||||
public function test(): int
|
||||
{
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user