Skip to content

Execution error on php v7.4 with excluded subcodebase containing php v8+ #6991

Closed Answered by kubawerlos
94noni asked this question in Q&A
Discussion options

You must be logged in to vote

As I suspected, classic mistake with exclude:

// directories passed as argument must be relative to the ones defined with the in() method
$finder->in(DIR)->exclude('ruby');

(from https://symfony.com/doc/current/components/finder.html)

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@94noni
Comment options

Comment options

You must be logged in to vote
3 replies
@kubawerlos
Comment options

Answer selected by 94noni
@Wirone
Comment options

@94noni
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #6990 on May 24, 2023 18:30.