Skip to content

Commit

Permalink
Update code structure.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 24, 2020
1 parent 45dc28f commit 78164f6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ return PhpCsFixer\Config::create()
'no_extra_consecutive_blank_lines' => false,
'no_unneeded_control_parentheses' => false,
'not_operator_with_successor_space' => true,
'no_superfluous_phpdoc_tags' => false,
'ordered_imports' => ['sortAlgorithm' => 'alpha'],
'phpdoc_align' => false,
'phpdoc_no_empty_return' => false,
Expand Down
8 changes: 0 additions & 8 deletions src/Xml/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class Document extends BaseDocument

/**
* Construct a new document.
*
* @param \Illuminate\Contracts\Container\Container $app
*/
public function __construct(Container $app)
{
Expand All @@ -26,11 +24,6 @@ public function __construct(Container $app)

/**
* Make filter resolver.
*
* @param string $class
* @param string $method
*
* @return array
*/
protected function makeFilterResolver(string $class, string $method): array
{
Expand All @@ -40,7 +33,6 @@ protected function makeFilterResolver(string $class, string $method): array
/**
* Call filter to parse the value.
*
* @param callable $resolver
* @param mixed $value
*
* @return mixed
Expand Down
2 changes: 0 additions & 2 deletions src/Xml/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class Reader extends BaseReader
/**
* Provides SimpleXMLElement to document.
*
* @param \SimpleXMLElement $xml
*
* @return \Laravie\Parser\Document
*/
public function via(SimpleXMLElement $xml)
Expand Down
4 changes: 0 additions & 4 deletions tests/Feature/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ abstract class TestCase extends Testbench
* Get package aliases.
*
* @param \Illuminate\Foundation\Application $app
*
* @return array
*/
protected function getPackageAliases($app): array
{
Expand All @@ -24,8 +22,6 @@ protected function getPackageAliases($app): array
* Get package providers.
*
* @param \Illuminate\Foundation\Application $app
*
* @return array
*/
protected function getPackageProviders($app): array
{
Expand Down

0 comments on commit 78164f6

Please sign in to comment.