This commit is contained in:
Jan Mikeš 2020-03-11 22:39:16 +01:00
parent 6316e5cac0
commit 366857f4ef
No known key found for this signature in database
GPG Key ID: 1DEDF63B40DDA99D

View File

@ -9,5 +9,6 @@ final class DogFoodClass
public function test(): int public function test(): int
{ {
return 0; return 0;
return 2;
} }
} }