Skip to content

Commit

Permalink
add phpstan stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 9, 2024
1 parent 3737013 commit 72b36b8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/PhpStan/stubs/EshopUser.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/

declare(strict_types=1);

namespace OxidEsales\Eshop\Application\Model;

final class User
{
}
14 changes: 14 additions & 0 deletions tests/PhpStan/stubs/StartController.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/

declare(strict_types=1);

namespace OxidEsales\Eshop\Application\Controller;

final class StartController
{
}

0 comments on commit 72b36b8

Please sign in to comment.