mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-04 10:09:18 +02:00
address Scrutinizer reported issues
This commit is contained in:
parent
009f53e5fd
commit
02b4eea56e
1 changed files with 2 additions and 2 deletions
|
@ -171,11 +171,11 @@ class Vizhash16x16
|
||||||
* @link https://www.supportduweb.com/scripts_tutoriaux-code-source-41-gd-faire-un-degrade-en-php-gd-fonction-degrade-imagerie.html
|
* @link https://www.supportduweb.com/scripts_tutoriaux-code-source-41-gd-faire-un-degrade-en-php-gd-fonction-degrade-imagerie.html
|
||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
* @param resource $img
|
* @param GdImage $img
|
||||||
* @param string $direction
|
* @param string $direction
|
||||||
* @param array $color1
|
* @param array $color1
|
||||||
* @param array $color2
|
* @param array $color2
|
||||||
* @return resource
|
* @return GdImage
|
||||||
*/
|
*/
|
||||||
private function degrade($img, $direction, $color1, $color2)
|
private function degrade($img, $direction, $color1, $color2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue