Skip to content

Commit 610ffd6

Browse files
committed
chg (ci): updated CI
1 parent 5f69b05 commit 610ffd6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,5 @@ jobs:
6666
- name: Upload code coverage
6767
uses: codecov/codecov-action@v4
6868
with:
69-
token: ${{ secrets.CODECOV_TOKEN }}
7069
files: coverage/php/coverage.xml
7170
if: matrix.coverage == true

SimpleTooltip.i18n.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function wfJsonI18nShimSimpleTooltip( $code, &$cachedData ) {
3232
}
3333
$cachedData['messages'] = array_merge( $data, $cachedData['messages'] );
3434
}
35-
3635
$cachedData['deps'][] = new FileDependency( $fileName );
3736
}
3837
return true;

0 commit comments

Comments
 (0)