Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function __construct(PathInterface $fileSystemPathComposerJson) |
||
22 | { |
||
23 | $this->fileSystemPathComposerJson = $fileSystemPathComposerJson->get() |
||
24 | . DIRECTORY_SEPARATOR |
||
25 | . self::FILE_NAME; |
||
26 | |||
27 | Assert::readable($this->fileSystemPathComposerJson, NamespaceProtectorExceptionInterface::MSG_PLAIN_ERROR_COMPOSER_JSON_NOT_READABLE); |
||
28 | } |
||
45 |