File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function createAdapter(array $options = [])
4949 /**
5050 * {@inheritdoc}
5151 */
52- public static function validate (array $ options = [] , $ adapterName )
52+ public static function validate (array $ options , $ adapterName )
5353 {
5454 static ::verifyDependencies ();
5555
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ public function createAdapter(array $options = []);
3939 * @throws \Symfony\Component\OptionsResolver\Exception\NoSuchOptionException If a lazy option reads an unavailable option
4040 * @throws \Symfony\Component\OptionsResolver\Exception\AccessException If called from a lazy option or normalizer
4141 */
42- public static function validate (array $ options = [] , $ adapterName );
42+ public static function validate (array $ options , $ adapterName );
4343}
You can’t perform that action at this time.
0 commit comments