Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

oldClassConstructors: handle abstract classes #20

Closed macbre closed 8 years ago

macbre commented 8 years ago
abstract class TheThing {
    public function TheThing() {
    }
}

Improves #18

Alexia commented 8 years ago

Thanks! Works on my end too.

macbre commented 8 years ago

Great, thanks!