Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pods 3.0.6 #7193

Merged
merged 4 commits into from
Oct 2, 2023
Merged

Pods 3.0.6 #7193

merged 4 commits into from
Oct 2, 2023

Conversation

sc0ttkclark
Copy link
Member

No description provided.

@sc0ttkclark sc0ttkclark added this to the Pods 3.0.6 milestone Oct 2, 2023
@sc0ttkclark sc0ttkclark self-assigned this Oct 2, 2023
Copy link
Collaborator

@PodsBot PodsBot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code analysis identified issues

action-phpcs-code-review has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.

phpcs scanning turned up:

🚫 2 errors


Powered by rtCamp's GitHub Actions Library

@@ -67,6 +67,7 @@ public function __toString() {
*
* @return bool Whether the offset exists.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -372,6 +372,7 @@ public function __toString() {
*
* @return bool Whether the offset exists.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

Copy link
Collaborator

@PodsBot PodsBot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code analysis identified issues

action-phpcs-code-review has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.

phpcs scanning turned up:

🚫 8 errors


Powered by rtCamp's GitHub Actions Library

@@ -56,6 +56,7 @@ public static function init( Whatsit $field ) {
*
* @uses Whatsit::__toString()
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -78,6 +80,7 @@ public function offsetExists( $offset ) {
*
* @return mixed|null Offset value, or null if not set.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -118,6 +121,7 @@ public function offsetUnset( $offset ) {
*
* @uses Whatsit::__isset()
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -135,6 +139,7 @@ public function __isset( $offset ) {
*
* @uses Whatsit::__get()
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -186,6 +191,7 @@ public function __unset( $offset ) {
*
* @return mixed The method response.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -361,6 +361,7 @@ public function valid(): bool {
*
* @return string Object identifier.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -422,6 +424,7 @@ public function offsetUnset( $offset ): void {
*
* @return bool Whether the offset exists.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@@ -453,6 +456,7 @@ public function __isset( $offset ) {
*
* @return mixed|null Offset value, or null if not set.
*/
#[\ReturnTypeWillChange]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Error: Attributes are not supported in PHP 7.4 or earlier. Found: #[\ReturnTypeWillChange] (PHPCompatibility.Attributes.NewAttributes.Found).

@sc0ttkclark sc0ttkclark merged commit 52daa18 into main Oct 2, 2023
9 of 11 checks passed
@sc0ttkclark sc0ttkclark deleted the release/3.0.6 branch October 2, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants