Skip to content

Commit

Permalink
phpstan ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 15, 2025
1 parent 680498f commit 2919281
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ parameters:
- tests/unit
excludePaths:
#incompatible interfaces
- app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
- app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
- app/code/core/Mage/Api/Model/Acl/Assert/Ip.php
- app/code/core/Mage/Api/Model/Acl/Assert/Time.php
- app/code/core/Mage/Core/Model/Mysql4/Design/Theme/Collection.php
- lib/Varien/Directory/Collection.php
- lib/Varien/Directory/Factory.php
Expand All @@ -41,12 +37,6 @@ parameters:
- app/code/core/Mage/Adminhtml/controllers/Rss/OrderController.php
- app/code/core/Mage/Adminhtml/controllers/Rss/CatalogController.php

# contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
- app/code/core/Mage/Dataflow/Model/Session/Adapter/Http.php
- app/code/core/Mage/Dataflow/Model/Convert/Iterator/Http.php
- app/code/core/Mage/Dataflow/Model/Convert/Iterator/File/Csv.php
- lib/Varien/Convert/Validator/Column.php

# Cannot declare class Varien_Date, because the name is already in use
- app/code/core/Mage/Catalog/Model/Product/Option/Type/Date.php

Expand Down

0 comments on commit 2919281

Please sign in to comment.