Bläddra i källkod

[CssSelector] Fixed Typo

Pascal Borreli 14 år sedan
förälder
incheckning
d060a3c6ff

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

@@ -118,7 +118,7 @@ class AttribNode implements NodeInterface
     /**
     /**
      * Returns a formatted attribute
      * Returns a formatted attribute
      *
      *
-     * @return string The formatted attributep
+     * @return string The formatted attribute
      */
      */
     protected function formatAttrib()
     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
      * @param  Node\NodeInterface $selector The selector object whose attribute
      *                                      is to be parsed.
      *                                      is to be parsed.
-     * @param  TokenStream        $strem    The container token stream.
+     * @param  TokenStream        $stream    The container token stream.
      *
      *
      * @return Node\AttribNode
      * @return Node\AttribNode
      */
      */