whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
phpro
/
grumphp
/
src
/
Configuration
/
Model
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/phpro/grumphp/src/Configuration/Model/GitStashConfig.php
<?php declare(strict_types=1); namespace GrumPHP\Configuration\Model; class GitStashConfig { /** * @var bool */ private $ignoreUnstagedChanges; public function __construct(bool $ignoreUnstagedChanges) { $this->ignoreUnstagedChanges = $ignoreUnstagedChanges; } public function ignoreUnstagedChanges(): bool { return $this->ignoreUnstagedChanges; } }
Copyright ©2021 || Defacer Indonesia