Skip to content

Remove unnecessary PHPDoc-alike blocks from tests #5759

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

Closed
wants to merge 1 commit into from

Conversation

kocsismate
Copy link
Member

@kocsismate kocsismate commented Jun 24, 2020

No description provided.

@@ -4,8 +4,7 @@ Test restore_error_handler() function : bug #46196
Olivier Doucet
--FILE--
<?php
/* Prototype : void restore_error_handler(void)
* Description: Restores the previously defined error handler function
/* Description: Restores the previously defined error handler function
* Source code: Zend/zend_builtin_functions.c
* Alias to functions:
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe a search and drop for empty entries like this one should be considered 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm now working on getting rid of the whole block :)

@nikic
Copy link
Member

nikic commented Jun 24, 2020

Agree that we should drop the whole block.

@kocsismate kocsismate force-pushed the remote-test-protos branch from bf584de to be2ea93 Compare June 24, 2020 09:02
@kocsismate
Copy link
Member Author

I've just removed almost all the blocks that I found :) Now, I'm curious how CI finishes

@kocsismate kocsismate changed the title Remove protos from tests Remove unnecessary PHPDoc-alike blocks from tests Jun 24, 2020
@kocsismate kocsismate force-pushed the remote-test-protos branch from be2ea93 to ff5bfeb Compare June 24, 2020 09:34
Copy link
Member

@nikic nikic left a comment

Choose a reason for hiding this comment

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

Tests pass, let's land it before it bitrots.

@php-pulls php-pulls closed this in b5c7a83 Jun 24, 2020
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.

3 participants