Skip to content

Commit

Permalink
Move config writer into Parse
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Feb 16, 2022
1 parent 4f19150 commit 2d64825
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 2 additions & 6 deletions src/Config/ConfigFile.php → src/Parse/PHP/ArrayFile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php namespace Winter\Storm\Config;

use Winter\Storm\Config\ConfigFileInterface;
use PhpParser\Error;
use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Expr\ArrayItem;
Expand All @@ -14,12 +13,9 @@
use PhpParser\ParserFactory;
use PhpParser\PrettyPrinterAbstract;
use Winter\Storm\Exception\SystemException;
use Winter\Storm\Parse\Contracts\FileInterface;

/**
* Class ConfigFile
* @package Winter\Storm\Config
*/
class ConfigFile implements ConfigFileInterface
class ArrayFile implements FileInterface
{
const SORT_ASC = 'asc';
const SORT_DESC = 'desc';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2d64825

Please sign in to comment.