Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
dd47668c
Commit
dd47668c
authored
Jul 21, 2013
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing return tags to CaptchaAction
parent
02f80624
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CaptchaAction.php
framework/yii/web/CaptchaAction.php
+3
-0
No files found.
framework/yii/web/CaptchaAction.php
View file @
dd47668c
...
@@ -226,6 +226,7 @@ class CaptchaAction extends Action
...
@@ -226,6 +226,7 @@ class CaptchaAction extends Action
/**
/**
* Renders the CAPTCHA image.
* Renders the CAPTCHA image.
* @param string $code the verification code
* @param string $code the verification code
* @return string image contents
*/
*/
protected
function
renderImage
(
$code
)
protected
function
renderImage
(
$code
)
{
{
...
@@ -239,6 +240,7 @@ class CaptchaAction extends Action
...
@@ -239,6 +240,7 @@ class CaptchaAction extends Action
/**
/**
* Renders the CAPTCHA image based on the code using GD library.
* Renders the CAPTCHA image based on the code using GD library.
* @param string $code the verification code
* @param string $code the verification code
* @return string image contents
*/
*/
protected
function
renderImageByGD
(
$code
)
protected
function
renderImageByGD
(
$code
)
{
{
...
@@ -286,6 +288,7 @@ class CaptchaAction extends Action
...
@@ -286,6 +288,7 @@ class CaptchaAction extends Action
/**
/**
* Renders the CAPTCHA image based on the code using ImageMagick library.
* Renders the CAPTCHA image based on the code using ImageMagick library.
* @param string $code the verification code
* @param string $code the verification code
* @return \Imagick image instance. Can be used as string. In this case it will contain image contents.
*/
*/
protected
function
renderImageByImagick
(
$code
)
protected
function
renderImageByImagick
(
$code
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment