Przeglądaj źródła

adjusts visibility

Johannes 12 lat temu
rodzic
commit
d87e8d19ee
1 zmienionych plików z 1 dodań i 1 usunięć
  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)) {