Skip to content

Conversation

@mikemeijer
Copy link
Contributor

No description provided.

@mikemeijer mikemeijer self-assigned this Jun 18, 2025
Copilot AI review requested due to automatic review settings June 18, 2025 08:14
thomtijdink
thomtijdink previously approved these changes Jun 18, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR switches the PHPStan path settings from relative directories to absolute ones using %currentWorkingDirectory%.

  • Replace tests/ and database/factories/ with %currentWorkingDirectory%-prefixed paths
  • Ensure PHPStan rules point to correct locations
Comments suppressed due to low confidence (2)

packages/php-linting-rules/configs/phpstan.neon:55

  • [nitpick] Inconsistent spacing after the colon here–there are two spaces before %currentWorkingDirectory% whereas other entries use one. Align spacing for readability.
          path:  %currentWorkingDirectory%/tests

packages/php-linting-rules/configs/phpstan.neon:57

  • [nitpick] Ensure consistent indentation and spacing across all path: entries—this one has one space after the colon versus two in other lines.
          path: %currentWorkingDirectory%/database/factories

@mikemeijer mikemeijer merged commit 9a3ceb4 into main Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants