From d71ad60d3b913fd6a28569a11a1cd62b6551a7f4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 25 Jan 2018 14:51:05 +0000 Subject: [PATCH] Fix types git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343883 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../cairo/cairogradientpattern/addcolorstoprgb.xml | 8 ++++---- .../cairo/cairogradientpattern/addcolorstoprgba.xml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/cairo/cairogradientpattern/addcolorstoprgb.xml b/reference/cairo/cairogradientpattern/addcolorstoprgb.xml index 4f40c4a66a..4491e26e72 100644 --- a/reference/cairo/cairogradientpattern/addcolorstoprgb.xml +++ b/reference/cairo/cairogradientpattern/addcolorstoprgb.xml @@ -11,10 +11,10 @@ &reftitle.description; public voidCairoGradientPattern::addColorStopRgb - stringoffset - stringred - stringgreen - stringblue + floatoffset + floatred + floatgreen + floatblue The method description goes here. diff --git a/reference/cairo/cairogradientpattern/addcolorstoprgba.xml b/reference/cairo/cairogradientpattern/addcolorstoprgba.xml index a844d48344..7d92284b5a 100644 --- a/reference/cairo/cairogradientpattern/addcolorstoprgba.xml +++ b/reference/cairo/cairogradientpattern/addcolorstoprgba.xml @@ -11,11 +11,11 @@ &reftitle.description; public voidCairoGradientPattern::addColorStopRgba - stringoffset - stringred - stringgreen - stringblue - stringalpha + floatoffset + floatred + floatgreen + floatblue + floatalpha The method description goes here.