Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added default_skip_when_empty option as config using the exclusionStrategy #1257

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 24, 2022

  1. Added default_skip_when_empty option as config using the exclusionStr…

    …ategy approach
    
    Updated documentation
    slava-v authored and Veaceslav Vasilache committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e837c23 View commit details
    Browse the repository at this point in the history
  2. changed place where the skipWhenEmpty is set.

    Adjusted the tests for the expected behaviour
    slava-v authored and Veaceslav Vasilache committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ac31cd1 View commit details
    Browse the repository at this point in the history
  3. * Add special inclusion strategy interface that would accept a value …

    …also
    
    * Adapted the getExclusionStrategy (in the Context.php) to return DisjunctionExclusionStratgy interface so it could also accept calls to methods with other interfaces beside the ExclusionStrategyInterface
    * Null value could be eventually adapted also with this kind of Exclusion strategy
    slava-v authored and Veaceslav Vasilache committed May 24, 2022
    Configuration menu
    Copy the full SHA
    02d8e87 View commit details
    Browse the repository at this point in the history
  4. * Adapted the annotated type on the GraphNavigator.php for $exclusion…

    …Strategy
    
    * Removed unneeded @todo
    slava-v authored and Veaceslav Vasilache committed May 24, 2022
    Configuration menu
    Copy the full SHA
    4c230d2 View commit details
    Browse the repository at this point in the history