Skip to content

Conversation

@gnito-org
Copy link

No description provided.

* @return $this
*/
protected function addOption($name, $default = null)
protected function addOption($name, ?$default = null)
Copy link

Choose a reason for hiding this comment

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

This change needs to be reverted.

Copy link
Author

Choose a reason for hiding this comment

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

I do not understand. Why does it need to be reverted?

Copy link
Author

Choose a reason for hiding this comment

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

Nevermind, I rectified the error. Typical gnito fault.

* @return string The filename
*/
protected function createTemporaryFile($content = null, $extension = null)
protected function createTemporaryFile(?$content = null, ?$extension = null)
Copy link

Choose a reason for hiding this comment

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

same here

* {@inheritdoc}
*/
public function __construct($binary = null, array $options = [], array $env = null)
public function __construct(?$binary = null, array $options = [], ?array $env = null)
Copy link

Choose a reason for hiding this comment

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

Suggested change
public function __construct(?$binary = null, array $options = [], ?array $env = null)
public function __construct($binary = null, array $options = [], ?array $env = null)

@xabbuh
Copy link

xabbuh commented Dec 29, 2024

now this is basically the same as #515

@gnito-org
Copy link
Author

I will close my PR when either one gets merged.

@alexpozzi
Copy link
Contributor

Duplicate of #515

@alexpozzi alexpozzi marked this as a duplicate of #515 Jan 6, 2025
@alexpozzi alexpozzi closed this Jan 6, 2025
@gnito-org gnito-org deleted the php84-deprecations branch January 7, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants