Fix order of @var parameter in PHP
authorFomafix <fomafix@googlemail.com>
Sat, 2 Feb 2019 13:39:58 +0000 (14:39 +0100)
committerFomafix <fomafix@googlemail.com>
Mon, 8 Apr 2019 16:37:56 +0000 (18:37 +0200)
Replace

 @var $foo type

by

 @var type $foo

Change-Id: Iec8b90ffea4028a1005daef422b7c4ec38c2715f


No differences found