wiki.techinc.nl/includes/debug/logger
Thiemo Kreuz 78ca9eff4a Remove duplicate variable name from class property PHPDocs
Repeating the variable name doesn't do anything. Documentation
generators don't need it. It's more stuff to read that doesn't add new
information. And it can become outdated.

Note there are two types of @var docs. When used inline (and not on a
class property) the variable name is needed.

Change-Id: If5a520405efacd8cefd90b878c999b842b91ac61
2019-12-02 12:58:29 +00:00
..
monolog Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
ConsoleLogger.php Declare dynamic properties 2019-09-14 15:21:26 +02:00
ConsoleSpi.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
LegacyLogger.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
LegacySpi.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
LogCapturingSpi.php Fix lowercase in namespace of LogCapturingSpi.php 2019-02-26 13:17:09 +01:00
LoggerFactory.php Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
MonologSpi.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
NullSpi.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
Spi.php