Browse Source

fixed typo

Pascal Borreli 15 năm trước cách đây
mục cha
commit
97be2ac2b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Symfony/Foundation/Kernel.php

+ 1 - 1
src/Symfony/Foundation/Kernel.php

@@ -312,7 +312,7 @@ abstract class Kernel implements \Serializable
 
     if ($this->debug)
     {
-      // add the Kernel class hierachy as resources
+      // add the Kernel class hierarchy as resources
       $parent = new \ReflectionObject($this);
       $configuration->addResource(new FileResource($parent->getFileName()));
       while ($parent = $parent->getParentClass())