소스 검색

adjusts visibility

Johannes 12 년 전
부모
커밋
d87e8d19ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Serializer/TypeParser.php

+ 1 - 1
Serializer/TypeParser.php

@@ -63,7 +63,7 @@ final class TypeParser extends \JMS\Parser\AbstractParser
     /**
      * @return array of the format ["name" => string, "params" => array]
      */
-    public function parseInternal()
+    protected function parseInternal()
     {
         $typeName = $this->match(self::T_NAME);
         if ( ! $this->lexer->isNext(self::T_OPEN_BRACKET)) {