Browse Source

adjusts visibility

Johannes 12 years ago
parent
commit
d87e8d19ee
1 changed files with 1 additions and 1 deletions
  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)) {