Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
aarondfrancis authored and StyleCIBot committed Sep 18, 2021
1 parent 02494fa commit 818475e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/BlockManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BlockManager
protected $jigsaw;

/**
* @param Block $block
* @param Block $block
*/
public function add(Block $block)
{
Expand Down
4 changes: 1 addition & 3 deletions src/Exceptions/UnrenderedBlockException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@

namespace Torchlight\Jigsaw\Exceptions;


use Exception;

class UnrenderedBlockException extends Exception
{

}
}
12 changes: 6 additions & 6 deletions src/TorchlightExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class TorchlightExtension
public $config = [];

/**
* @param Container $container
* @param EventBus $events
* @param null $config
* @param Container $container
* @param EventBus $events
* @param null $config
* @return static
*/
public static function make(Container $container, EventBus $events, $config = null)
Expand All @@ -45,9 +45,9 @@ public static function make(Container $container, EventBus $events, $config = nu
}

/**
* @param Container $container
* @param EventBus $events
* @param null|array $config
* @param Container $container
* @param EventBus $events
* @param null|array $config
*/
public function __construct(Container $container, EventBus $events, $config = null)
{
Expand Down
1 change: 0 additions & 1 deletion tests/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public function expected_non_existent_block_is_fine()
$this->assertTrue(true);
}


/** @test */
public function test_publish_command()
{
Expand Down

0 comments on commit 818475e

Please sign in to comment.