use flyeralarm/php-code-validator to validate PHP code

This commit is contained in:
Dominik Liebler
2019-08-26 06:31:47 +02:00
parent 87f8eb1983
commit 92482c29bc
5 changed files with 54 additions and 7 deletions

View File

@@ -1,9 +1,8 @@
<?php
namespace DesignPatterns\Structural\Registry;
class Service
{
class Service {
}
}