Skip to content

Commit 26675df

Browse files
committed
fix: style for ignore
1 parent 829e62b commit 26675df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Instrumentation/PDO/ignore-by-php-version.neon.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
'#Call to method createFunction\(\) on an unknown class PDO\\Sqlite#',
1212
'#Call to method exec\(\) on an unknown class PDO\\Sqlite#',
1313
'#Call to method query\(\) on an unknown class PDO\\Sqlite#',
14-
'#Call to an undefined method Pdo\\Sqlite::createFunction\(\)#'
14+
'#Call to an undefined method Pdo\\Sqlite::createFunction\(\)#',
1515
];
1616
}
1717

1818
return [
1919
'parameters' => [
20-
'ignoreErrors' => $ignoreErrors
21-
]
22-
];
20+
'ignoreErrors' => $ignoreErrors,
21+
],
22+
];

0 commit comments

Comments
 (0)