We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829e62b commit 26675dfCopy full SHA for 26675df
src/Instrumentation/PDO/ignore-by-php-version.neon.php
@@ -11,12 +11,12 @@
11
'#Call to method createFunction\(\) on an unknown class PDO\\Sqlite#',
12
'#Call to method exec\(\) on an unknown class PDO\\Sqlite#',
13
'#Call to method query\(\) on an unknown class PDO\\Sqlite#',
14
- '#Call to an undefined method Pdo\\Sqlite::createFunction\(\)#'
+ '#Call to an undefined method Pdo\\Sqlite::createFunction\(\)#',
15
];
16
}
17
18
return [
19
'parameters' => [
20
- 'ignoreErrors' => $ignoreErrors
21
- ]
22
-];
+ 'ignoreErrors' => $ignoreErrors,
+ ],
+];
0 commit comments