Florian Schlichting 19eb79ebf9 provide defaults for unused function parameters (fixes #155)
PHP 7.1 throws an exception when a user-defined function is called with
too few arguments: http://php.net/manual/en/migration71.incompatible.php

As explained in the comments, collection_privilege_format_function and
principal_privilege_format_function take three arguments because of
their use as a rendering callback, however the latter two of them are
never used and thus can be ommitted in other uses.
2018-12-29 19:38:13 +01:00
..
2016-12-30 08:54:14 +01:00
2017-01-08 15:48:52 +01:00
2018-01-08 22:43:27 +01:00
2010-03-17 21:54:24 +13:00
2018-10-02 19:53:44 +13:00