Skip to content

Commit 53b9c23

Browse files
authored
Fix build (#1291)
* Remove failing build docs workflow * Run static analysis for docs to satisfy required checks * Fix checkstyle violation
1 parent 1964639 commit 53b9c23

File tree

3 files changed

+0
-65
lines changed

3 files changed

+0
-65
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9-
paths-ignore:
10-
- "docs/**"
119
push:
1210
branches:
1311
- "v*.*"
1412
- "master"
1513
- "feature/*"
16-
paths-ignore:
17-
- "docs/**"
1814

1915
env:
2016
PHP_VERSION: "8.2"

src/GridFS/ReadableStream.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public function __construct(CollectionWrapper $collectionWrapper, object $file)
106106
* Return internal properties for debugging purposes.
107107
*
108108
* @see https://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo
109-
* @return array
110109
*/
111110
public function __debugInfo(): array
112111
{

0 commit comments

Comments
 (0)