You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Change input_css option to accept an array of input css files
* feat: Allow backward compatibility by allowing to accept a string as input css
* fix: Fix "The input CSS file is not one of the configured input files." when css file is provided as relative path to tailwind:build command
* feat: Provide input css file as an optional argument instead of an option to `tailwind:build` command
* fix: Fix failed PHPStan and PHP CS Fixer tests
* fix: Store input files with their absolute path in Tailwind Builder
* fix: Fix inconsistency in `getInputCssPaths` mocked return value.
The mocked return value should use `realpath`
* fix: Revert the documentation to use the `input_css` config option
* docs: Update the documentation to explain the current internal working
* refactor: Rename `tailwind:bundle`'s argument from `input` to `input_css` for consistency with config file
* refactor: Change `getInputCssContent` parameter type from `?string` to `string` as it's always passed
Copy file name to clipboardExpand all lines: phpstan.neon.dist
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ parameters:
4
4
- src
5
5
ignoreErrors:
6
6
-
7
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:scalarNode\\(\\)\\.$#"
7
+
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:beforeNormalization\\(\\)\\.$#"
0 commit comments