소스 검색

Remove TODO

Jordi Boggiano 13 년 전
부모
커밋
5b061b8ddb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Composer/Repository/PlatformRepository.php

+ 0 - 1
src/Composer/Repository/PlatformRepository.php

@@ -32,7 +32,6 @@ class PlatformRepository extends ArrayRepository
             $version = BasePackage::parseVersion(preg_replace('#^(.+?)(-.+)?$#', '$1', PHP_VERSION));
         }
 
-        // TODO mark as type platform and create a special installer that skips it + one that throws an exception
         $php = new MemoryPackage('php', $version['version'], $version['type']);
         $this->addPackage($php);