Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Conversation

Dohxis
Copy link
Contributor

@Dohxis Dohxis commented Jul 26, 2022

Adds support for elseif to parser.

<?php if($foo) { return $foo; } elseif($foo) { return $foo; } elseif($foo) { return $foo; } else { return $foo; }
@ryangjchandler ryangjchandler merged commit fcb9e87 into php-rust-tools:main Jul 26, 2022
@Dohxis Dohxis deleted the feat/else-if-statements branch July 26, 2022 13:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants