Skip to content
Snippets Groups Projects
Commit 9192b96d authored by Oleh Posyniak's avatar Oleh Posyniak
Browse files

MAGETWO-62655: [GitHub] CLI won't work without write permissions #7933

parent a27e45fd
Branches
No related merge requests found
<?php <?php
/** /**
* Copyright © 2016 Magento. All rights reserved. * Copyright © 2017 Magento. All rights reserved.
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
namespace Magento\Framework\Console; namespace Magento\Framework\Console;
......
<?php <?php
/*** /***
* Copyright © 2016 Magento. All rights reserved. * Copyright © 2017 Magento. All rights reserved.
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
namespace Magento\Setup\Console; namespace Magento\Setup\Console;
use Magento\Framework\App\Bootstrap; use Magento\Framework\App\Bootstrap;
use Magento\Framework\App\Filesystem\DirectoryList; use Magento\Framework\App\Filesystem\DirectoryList;
use Magento\Framework\Console\GenerationDirectoryAccess; use Magento\Framework\Console\GenerationDirectoryAccess;
......
<?php <?php
/*** /***
* Copyright © 2016 Magento. All rights reserved. * Copyright © 2017 Magento. All rights reserved.
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
namespace Magento\Setup\Test\Unit\Console; namespace Magento\Setup\Test\Unit\Console;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment