Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Tests / Iterator / MockSplFileInfo.php
index d03a9ac78e2518dd1c7eff28e1fd477b64968fc5..cfe31c90f7414b05310a01a231ad02a37ddc81aa 100644 (file)
@@ -13,9 +13,9 @@ namespace Symfony\Component\Finder\Tests\Iterator;
 
 class MockSplFileInfo extends \SplFileInfo
 {
-    const   TYPE_DIRECTORY = 1;
-    const   TYPE_FILE = 2;
-    const   TYPE_UNKNOWN = 3;
+    const TYPE_DIRECTORY = 1;
+    const TYPE_FILE = 2;
+    const TYPE_UNKNOWN = 3;
 
     private $contents = null;
     private $mode = null;