mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 00:43:59 +02:00
Use correct docbock returns in AbstractFont.php
This commit is contained in:
@@ -91,7 +91,7 @@ abstract class AbstractFont
|
||||
* Set text to be written
|
||||
*
|
||||
* @param String $text
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function text($text)
|
||||
{
|
||||
@@ -114,7 +114,7 @@ abstract class AbstractFont
|
||||
* Set font size in pixels
|
||||
*
|
||||
* @param int $size
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function size($size)
|
||||
{
|
||||
@@ -137,7 +137,7 @@ abstract class AbstractFont
|
||||
* Set color of text to be written
|
||||
*
|
||||
* @param mixed $color
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function color($color)
|
||||
{
|
||||
@@ -160,7 +160,7 @@ abstract class AbstractFont
|
||||
* Set rotation angle of text
|
||||
*
|
||||
* @param int $angle
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function angle($angle)
|
||||
{
|
||||
@@ -183,7 +183,7 @@ abstract class AbstractFont
|
||||
* Set horizontal text alignment
|
||||
*
|
||||
* @param string $align
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function align($align)
|
||||
{
|
||||
@@ -206,7 +206,7 @@ abstract class AbstractFont
|
||||
* Set vertical text alignment
|
||||
*
|
||||
* @param string $valign
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function valign($valign)
|
||||
{
|
||||
@@ -250,7 +250,7 @@ abstract class AbstractFont
|
||||
* Set path to font file
|
||||
*
|
||||
* @param string $file
|
||||
* @return void
|
||||
* @return self
|
||||
*/
|
||||
public function file($file)
|
||||
{
|
||||
|
Reference in New Issue
Block a user