You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ClientResolver.php
+50-2
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,13 @@ class ClientResolver
308
308
'doc' => 'Set to false to disable checking for shared aws config files usually located in \'~/.aws/config\' and \'~/.aws/credentials\'. This will be ignored if you set the \'profile\' setting.',
309
309
'default' => true,
310
310
],
311
+
'suppress_php_deprecation_warning' => [
312
+
'type' => 'value',
313
+
'valid' => ['bool'],
314
+
'doc' => 'Set to true to suppress PHP runtime deprecation warnings. The current deprecation campaign is PHP versions 8.0.x and below, taking effect on 1/13/2025.',
0 commit comments