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

Replaced while...each loops with foreach. #1032

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

chasepeeler
Copy link
Contributor

each() is deprecated in PHP 7.2

@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

Merging #1032 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1032   +/-   ##
=========================================
  Coverage     46.14%   46.14%           
  Complexity    10031    10031           
=========================================
  Files           505      505           
  Lines         24462    24462           
=========================================
  Hits          11288    11288           
  Misses        13174    13174
Impacted Files Coverage Δ Complexity Δ
classes/phing/tasks/ext/FtpDeployTask.php 0% <0%> (ø) 64 <0> (ø) ⬇️
.../ext/pearpackage/PEARPackageFileManagerFileset.php 0% <0%> (ø) 35 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba2d9d0...852f1c1. Read the comment docs.

@siad007 siad007 merged commit 1066bcb into phingofficial:master Feb 12, 2019
@siad007
Copy link
Member

siad007 commented Feb 12, 2019

@chasepeeler thanks!

@chasepeeler
Copy link
Contributor Author

@siad007 No problem! I'm going through my code base preparing to upgrade from 7.0 to 7.3. Anytime I find something like this or the previous PR, I'm going to at least fork the repo and make the updates on my fork - which I can then use in composer instead of the main repo, if necessary. I figure small little things like this are no-brainers for a PR, though. The fact that you merge them in means I can continue to use the main repo too.

@siad007
Copy link
Member

siad007 commented Feb 13, 2019

@chasepeeler every helping hand to make this project greater than it is already, is very welcome. 😃

@siad007 siad007 added this to the 3.0.0-alpha3 milestone Feb 13, 2019
@siad007 siad007 added the defect label Feb 13, 2019
@kenguest
Copy link
Member

thanks @chasepeeler - that's the joy of opensource and pushing fixes upstream - everybody benefits!

:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants