Skip to content

Commit

Permalink
Updating the package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 10, 2020
1 parent 0387321 commit d4d2487
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache/files
key: dependencies-laravel-7.x-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
key: dependencies-laravel-7-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 0 additions & 1 deletion src/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/**
* Class Breadcrumbs
*
* @package Arcanedev\Breadcrumbs
* @author ARCANEDEV <[email protected]>
*/
class Breadcrumbs implements BreadcrumbsContract
Expand Down
1 change: 0 additions & 1 deletion src/BreadcrumbsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/**
* Class BreadcrumbsServiceProvider
*
* @package Arcanedev\Breadcrumbs
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbsServiceProvider extends PackageServiceProvider implements DeferrableProvider
Expand Down
1 change: 0 additions & 1 deletion src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Class Builder
*
* @package Arcanedev\Breadcrumbs
* @author ARCANEDEV <[email protected]>
*/
class Builder implements BuilderContract
Expand Down
1 change: 0 additions & 1 deletion src/Contracts/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Interface Breadcrumbs
*
* @package Arcanedev\Breadcrumbs\Contracts
* @author ARCANEDEV <[email protected]>
*/
interface Breadcrumbs
Expand Down
3 changes: 1 addition & 2 deletions src/Contracts/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
use Illuminate\Contracts\Support\Arrayable;

/**
* Interface BuilderInterface
* Interface Builder
*
* @package Arcanedev\Breadcrumbs\Contracts
* @author ARCANEDEV <[email protected]>
*/
interface Builder extends Arrayable
Expand Down
1 change: 0 additions & 1 deletion src/Entities/BreadcrumbCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Class BreadcrumbCollection
*
* @package Arcanedev\Breadcrumbs\Entities
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbCollection extends Collection
Expand Down
1 change: 0 additions & 1 deletion src/Entities/BreadcrumbItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Class BreadcrumbItem
*
* @package Arcanedev\Breadcrumbs\Entities
* @author ARCANEDEV <[email protected]>
*
* @property string title
Expand Down
1 change: 0 additions & 1 deletion src/Exceptions/BreadcrumbsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/**
* Class BreadcrumbsException
*
* @package Arcanedev\Breadcrumbs\Exceptions
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbsException extends \Exception {}
1 change: 0 additions & 1 deletion src/Exceptions/InvalidCallbackNameException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/**
* Class InvalidCallbackNameException
*
* @package Arcanedev\Breadcrumbs\Exceptions
* @author ARCANEDEV <[email protected]>
*/
class InvalidCallbackNameException extends BreadcrumbsException {}
1 change: 0 additions & 1 deletion src/Exceptions/InvalidTemplateException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/**
* Class InvalidTemplateException
*
* @package Arcanedev\Breadcrumbs\Exceptions
* @author ARCANEDEV <[email protected]>
*/
class InvalidTemplateException extends BreadcrumbsException {}
1 change: 0 additions & 1 deletion src/Exceptions/InvalidTypeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/**
* Class InvalidTypeException
*
* @package Arcanedev\Breadcrumbs\Exceptions
* @author ARCANEDEV <[email protected]>
*/
class InvalidTypeException extends BreadcrumbsException {}
1 change: 0 additions & 1 deletion src/HasBreadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/**
* Trait HasBreadcrumbs
*
* @package Arcanedev\Breadcrumbs
* @author ARCANEDEV <[email protected]>
*/
trait HasBreadcrumbs
Expand Down
1 change: 0 additions & 1 deletion tests/BreadcrumbsServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Class BreadcrumbsServiceProviderTest
*
* @package Arcanedev\Breadcrumbs\Tests\Laravel
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbsServiceProviderTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/BreadcrumbsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Class BreadcrumbsTest
*
* @package Arcanedev\Breadcrumbs\Tests
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbsTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/BuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Class BuilderTest
*
* @package Arcanedev\Breadcrumbs\Tests
* @author ARCANEDEV <[email protected]>
*/
class BuilderTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/Entities/BreadcrumbCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Class BreadcrumbCollectionTest
*
* @package Arcanedev\Breadcrumbs\Tests\Entities
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbCollectionTest extends TestCase
Expand Down
5 changes: 3 additions & 2 deletions tests/Entities/BreadcrumbItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
use Arcanedev\Breadcrumbs\Tests\TestCase;

/**
* Class BreadcrumbItemTest
* @package Arcanedev\Breadcrumbs\Tests\Entities
* Class BreadcrumbItemTest
*
* @author ARCANEDEV <[email protected]>
*/
class BreadcrumbItemTest extends TestCase
{
Expand Down
1 change: 0 additions & 1 deletion tests/HasBreadcrumbsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Class HasBreadcrumbsTest
*
* @package Arcanedev\Breadcrumbs\Tests
* @author ARCANEDEV <[email protected]>
*/
class HasBreadcrumbsTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/Stubs/Controllers/DummyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Class DummyController
*
* @package Arcanedev\Breadcrumbs\Tests\Stubs
* @author ARCANEDEV <[email protected]>
*/
class DummyController extends Controller
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Class TestCase
*
* @package Arcanedev\Breadcrumbs\Tests
* @author ARCANEDEV <[email protected]>
*/
abstract class TestCase extends BaseTestCase
Expand Down

0 comments on commit d4d2487

Please sign in to comment.