Fix doc of LogFormatter::newFromRow
authoraddshore <addshorewiki@gmail.com>
Fri, 29 Jan 2016 14:41:32 +0000 (15:41 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 29 Jan 2016 14:41:32 +0000 (15:41 +0100)
commit1159454506b6809c340d999461be8cf1a7e39d4f
tree5171fb1105666a5a237e04bb344b35ab5644d0b8
parent4750a72e87cf72fcc7616c5662b410af7f7cdce9
Fix doc of LogFormatter::newFromRow

DatabaseLogEntry::newFromRow can take both
objects and arrays (arrays are cast to objects).

An array is passed into this method in the
CheckUser extension.

Fixing this phpdoc will mean static analysis
tools will no longer detect that as an error

Change-Id: I84f35c21f8b4e3be0f5b5bd2051f566bda6544fc
includes/logging/LogFormatter.php