Skip to content

Commit

Permalink
fix errors and bump pubnub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 20, 2024
1 parent a2ff29e commit bbbd74f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 64 deletions.
90 changes: 36 additions & 54 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,25 +319,21 @@ sdks:
supported-operating-systems:
macOS:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
- macOS 11.2.3
- macOS 15
target-architecture:
- arm64
- x86-64
Windows:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Windows 7 Professional
- Windows 7 Enterprise
Expand All @@ -350,15 +346,13 @@ sdks:
- x86-64
Linux:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Ubuntu 16.04 LTS
- Ubuntu 20.04 LTS
maximum-os-version:
- Ubuntu 18.04 LTS
- Ubuntu 24.04.1 LTS
target-architecture:
- x86
- x86-64
Expand Down Expand Up @@ -387,25 +381,21 @@ sdks:
supported-operating-systems:
macOS:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
- macOS 11.2.3
- macOS 15
target-architecture:
- arm64
- x86-64
Windows:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Windows 7 Professional
- Windows 7 Enterprise
Expand All @@ -418,15 +408,13 @@ sdks:
- x86-64
Linux:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Ubuntu 16.04 LTS
- Ubuntu 20.04 LTS
maximum-os-version:
- Ubuntu 18.04 LTS
- Ubuntu 24.04.1 LTS
target-architecture:
- x86
- x86-64
Expand Down Expand Up @@ -455,25 +443,21 @@ sdks:
supported-operating-systems:
macOS:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Mac OS X 10.8
maximum-os-version:
- macOS 11.2.3
- macOS 15
target-architecture:
- arm64
- x86-64
Windows:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Windows 7 Professional
- Windows 7 Enterprise
Expand All @@ -486,15 +470,13 @@ sdks:
- x86-64
Linux:
runtime-version:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 8.1
- PHP 8.2
- PHP 8.3
minimum-os-version:
- Ubuntu 16.04 LTS
- Ubuntu 20.04 LTS
maximum-os-version:
- Ubuntu 18.04 LTS
- Ubuntu 24.04.1 LTS
target-architecture:
- x86
- x86-64
10 changes: 0 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,6 @@ parameters:
count: 1
path: src/PubNub/Endpoints/Access/GrantToken.php

-
message: "#^PHPDoc tag @return has invalid value \\(\\: PNAccessManagerGrantResult\\)\\: Unexpected token \"\\:\", expected type at offset 47$#"
count: 1
path: src/PubNub/Endpoints/Access/GrantToken.php

-
message: "#^Property PubNub\\\\Endpoints\\\\Access\\\\GrantToken\\:\\:\\$channels has no type specified\\.$#"
count: 1
Expand Down Expand Up @@ -3145,11 +3140,6 @@ parameters:
count: 1
path: src/PubNub/Models/Consumer/FileSharing/PNGetFileDownloadURLResult.php

-
message: "#^Method PubNub\\\\Models\\\\Consumer\\\\FileSharing\\\\PNGetFileDownloadURLResult\\:\\:__toString\\(\\) should return string but returns int\\.$#"
count: 1
path: src/PubNub/Models/Consumer/FileSharing/PNGetFileDownloadURLResult.php

-
message: "#^Method PubNub\\\\Models\\\\Consumer\\\\FileSharing\\\\PNGetFileDownloadURLResult\\:\\:getFileUrl\\(\\) has no return type specified\\.$#"
count: 1
Expand Down

0 comments on commit bbbd74f

Please sign in to comment.