Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 119... Zeile 119...
119
        'verbose',
119
        'verbose',
120
        'version',
120
        'version',
121
        'whitelist=',
121
        'whitelist=',
122
        'dump-xdebug-filter=',
122
        'dump-xdebug-filter=',
123
    ];
123
    ];
124
 
-
 
125
    private const SHORT_OPTIONS = 'd:c:hv';
124
    private const SHORT_OPTIONS = 'd:c:hv';
Zeile 126... Zeile 125...
126
 
125
 
127
    public function fromParameters(array $parameters, array $additionalLongOptions): Configuration
126
    public function fromParameters(array $parameters, array $additionalLongOptions): Configuration
128
    {
127
    {