Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    8fe7b2ed
    fix: argument must be of type OutputProviderInterface · 8fe7b2ed
    verfasst von Henning Leutz
    Changed the variable name `$OutputProvider` to `$outputProvider` to adhere to camelCase naming
    standards. Also moved the instantiation of `$outputProvider` inside an if block to prevent
    unnecessary instantiation when `$outputProvider` is empty.
    
    Related: pcsg/kunden/libellio/b2c/core#196
    8fe7b2ed
    Verlauf
    fix: argument must be of type OutputProviderInterface
    verfasst von Henning Leutz
    Changed the variable name `$OutputProvider` to `$outputProvider` to adhere to camelCase naming
    standards. Also moved the instantiation of `$outputProvider` inside an if block to prevent
    unnecessary instantiation when `$outputProvider` is empty.
    
    Related: pcsg/kunden/libellio/b2c/core#196