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 52de298 commit db57c5bCopy full SHA for db57c5b
.github/workflows/github-pages.yml
@@ -3,8 +3,6 @@ on:
3
push:
4
branches:
5
- 'master'
6
- tags:
7
- - '*'
8
9
permissions: {}
10
jobs:
bin/findpolyfill.php
@@ -12,7 +12,7 @@ function findPolyfill(string $directory): int
12
. '|enum_exists[(]';
13
$polyfill = '/\\b(?:'
14
. $polyfill81
15
- . '})/';
+ . ')/';
16
17
$it = new RecursiveIteratorIterator(
18
new RecursiveDirectoryIterator($directory, FilesystemIterator::UNIX_PATHS)
0 commit comments