Fix phpdoc since $proto can be int
authorStanislav Malyshev <smalyshev@gmail.com>
Thu, 18 Jan 2018 21:05:42 +0000 (13:05 -0800)
committerStanislav Malyshev <smalyshev@gmail.com>
Thu, 18 Jan 2018 21:17:12 +0000 (13:17 -0800)
commit7efe60da0966c3a5a59b44f01be44aa342240d1d
treece047c0176643e96f1b0cf820f657e433f677657
parent27f996e866613c861f982c312b642d0f0304e035
Fix phpdoc since $proto can be int

In fact, some of the PROTO_* constants are ints,
some strings and one is null (PROTO_CURRENT).

Change-Id: I69c45ab87360ed1ab54b53b7e9e959ea566b4cba
includes/GlobalFunctions.php
includes/Title.php