Skip to content

Commit aa9641f

Browse files
author
Fredrick Peter
committed
upgrade
1 parent e04401b commit aa9641f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PDF.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/**
1616
* DOM PDF Wrapper
1717
* Usage: composer require dompdf/dompdf
18-
* @url https://github.com/dompdf/dompdf/blob/v0.8.2/src/Adapter/CPDF.php#L45
19-
* @url https://github.com/dompdf/dompdf
18+
* @link https://github.com/dompdf/dompdf/blob/v0.8.2/src/Adapter/CPDF.php#L45
19+
* @link https://github.com/dompdf/dompdf
2020
*/
2121
class PDF{
2222

Slugify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Cocur\Slugify\Slugify Wrapper
1212
* Usage: composer require cocur/slugify
13-
* @url https://github.com/cocur/slugify
13+
* @link https://github.com/cocur/slugify
1414
*/
1515
class Slugify{
1616

Tame.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ static public function stringHash($string = null, $length = 100, $type = 'sha256
672672

673673
/**
674674
* Shorten String to Given Limit
675-
* @url https://codeflarelimited.com/blog/php-shorten-string-with-three-dots/
675+
* @link https://codeflarelimited.com/blog/php-shorten-string-with-three-dots/
676676
*
677677
* @param mixed $string
678678
* @param mixed $limit
@@ -732,7 +732,7 @@ static public function filter_input($string = null)
732732

733733
/**
734734
* Format number to nearest thousand
735-
* @url https://code.recuweb.com/2018/php-format-numbers-to-nearest-thousands/
735+
* @link https://code.recuweb.com/2018/php-format-numbers-to-nearest-thousands/
736736
*
737737
* @param float|int $number
738738
* @return void

0 commit comments

Comments
 (0)