Преглед на файлове

[CssSelector] Fixed Typo

Pascal Borreli преди 14 години
родител
ревизия
d060a3c6ff
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/Symfony/Component/CssSelector/Node/AttribNode.php
  2. 1 1
      src/Symfony/Component/CssSelector/Parser.php

+ 1 - 1
src/Symfony/Component/CssSelector/Node/AttribNode.php

@@ -118,7 +118,7 @@ class AttribNode implements NodeInterface
     /**
      * Returns a formatted attribute
      *
-     * @return string The formatted attributep
+     * @return string The formatted attribute
      */
     protected function formatAttrib()
     {

+ 1 - 1
src/Symfony/Component/CssSelector/Parser.php

@@ -273,7 +273,7 @@ class Parser
      *
      * @param  Node\NodeInterface $selector The selector object whose attribute
      *                                      is to be parsed.
-     * @param  TokenStream        $strem    The container token stream.
+     * @param  TokenStream        $stream    The container token stream.
      *
      * @return Node\AttribNode
      */