From 1961dd72da1d8f15cddc32012f966d37fbe011ee Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Thu, 15 Jun 2017 21:52:04 +0200 Subject: [PATCH] Add support for PHP 7 return type in synopsis --- templates/html/synopsis.xsl | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/templates/html/synopsis.xsl b/templates/html/synopsis.xsl index 08106a3b..994f47c1 100644 --- a/templates/html/synopsis.xsl +++ b/templates/html/synopsis.xsl @@ -93,11 +93,10 @@
  • // methods
  • -  final abstract static -   -  void -   -  () +  final abstract static  + +  ()
  • @@ -136,7 +135,23 @@   + + + + + + + ? + + + + + + + void + +