JeroenDeDauw / GitHub

MediaWiki extension that allows embedding the content of files hosted in GitHub git repositories
https://professional.wiki/
Other
32 stars 20 forks source link

Convert to PHP 5.4+ short array syntax #36

Closed kghbln closed 7 years ago

kghbln commented 7 years ago

I would have issued a pull request however the convert script fails because "invalid" syntax. Probably they mean something like L50

JeroenDeDauw commented 7 years ago

Did you use a recent version of the tool?

Anyway, this is a small extension, and no one is really bothered by the stuff, so don't spend too much time on it.

kghbln commented 7 years ago

Yes, but I think it failed on line I quoted. So this is done? No?

JeroenDeDauw commented 7 years ago

The line you indicated is valid syntax and is unrelated to array() => [] (though you might be right that the tool is chocking on it)

kghbln commented 7 years ago

Looks like it. :)

JeroenDeDauw commented 7 years ago

Done in https://github.com/JeroenDeDauw/GitHub/pull/40