정적 분석기 결과 반영. 주로 배열 초기화. 변수 이름 실수 수정.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace sammo\Event\Condition;
|
||||
|
||||
class Interval extends sammo\Event\Condition{
|
||||
class Interval extends \sammo\Event\Condition{
|
||||
//TODO:구현
|
||||
public function __construct(...$args){
|
||||
throw new \BadMethodCallException('Not Yet Implmented.');
|
||||
|
||||
Reference in New Issue
Block a user