| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 15 | 
| Code Lines | 13 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 22 | public function output($args = null) | ||
| 23 |     { | ||
| 24 |         $this->_io->out("\n\n"); | ||
| 25 |         $this->_io->styles('header', ['text' => 'green']); | ||
| 26 |         $this->_io->out('<header>   _____ __  ______  ____  ____________  __</header>'); | ||
| 27 |         $this->_io->out('<header>  / ___// / / / __ \/ __ \/  _/ ____/\ \/ /</header>'); | ||
| 28 |         $this->_io->out('<header>  \__ \/ /_/ / / / / /_/ // // /_     \  / </header>'); | ||
| 29 |         $this->_io->out('<header> ___/ / __  / /_/ / ____// // __/     / /  </header>'); | ||
| 30 |         $this->_io->out('<header>/____/_/ /_/\____/_/   /___/_/       /_/   </header>'); | ||
| 31 |         $this->_io->out('<header>                                           </header>'); | ||
| 32 |         $this->_io->out("\n"); | ||
| 33 |         $this->_io->out('<header>      CakePHP Plugin for Shopify API       </header>'); | ||
| 34 |         $this->_io->out('<header>       by https://multidimension.al        </header>'); | ||
| 35 |         $this->_io->out("\n\n"); | ||
| 36 | } | ||
| 37 | } | ||
| 38 |