Commit e5d348be authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Merge branch 'macclane-notifications' of git.unicaen.fr:open-source/oscar into...

Merge branch 'macclane-notifications' of git.unicaen.fr:open-source/oscar into macclane-notifications
parents bfcdcffd d6fe6e97
Loading
Loading
Loading
Loading
Loading
+3 −3
Changes for module/Oscar/src/Oscar/Command/OscarAdvancedCommandAbstract.php: 3 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ abstract class OscarAdvancedCommandAbstract extends OscarCommandAbstract
    const OPTION_VERBOSE = 'verbose';

    /** @var InputInterface */
    private InputInterface $input;
    private $input;

    /** @var OutputInterface */
    private OutputInterface $output;
    private $output;

    /** @var SymfonyStyle */
    private SymfonyStyle $io;
    private $io;

    protected function configure()
    {
+2 −2
Changes for module/Oscar/src/Oscar/Formatter/EnrollToArrayFormatter.php: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ use \Zend\Mvc\Controller\Plugin\Url;

class EnrollToArrayFormatter
{
    private OscarUserContext $oscarUserContext;
    private Url $url;
    private $oscarUserContext;
    private $url;

    /**
     * EnrollToArrayFormatter constructor.