File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1010
1111declare (strict_types=1 );
1212
13- namespace PhpStringHelpers \Facade ;
13+ namespace dvlpr1996 \ PhpStringHelpers \Facade ;
1414
1515use RuntimeException ;
1616
Original file line number Diff line number Diff line change 1010
1111declare (strict_types=1 );
1212
13- namespace PhpStringHelpers \Facade ;
13+ namespace dvlpr1996 \ PhpStringHelpers \Facade ;
1414
15- use PhpStringHelpers \Facade \Facade ;
15+ use dvlpr1996 \ PhpStringHelpers \Facade \Facade ;
1616
1717class StrUtility extends Facade
1818{
19- protected static $ getFacadeName = '\PhpStringHelpers\utility\StrUtility ' ;
19+ protected static $ getFacadeName = 'dvlpr1996 \PhpStringHelpers\utility\StrUtility ' ;
2020}
Original file line number Diff line number Diff line change 99
1010declare (strict_types=1 );
1111
12- use PhpStringHelpers \Facade \StrUtility as strHelpers ;
12+ use dvlpr1996 \ PhpStringHelpers \Facade \StrUtility as strHelpers ;
1313
1414if (!function_exists ('toCamelCase ' )) {
1515 function toCamelCase (string $ words ): string
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PhpStringHelpers \exceptions ;
3+ namespace dvlpr1996 \ PhpStringHelpers \exceptions ;
44
55use Exception ;
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PhpStringHelpers \exceptions ;
3+ namespace dvlpr1996 \ PhpStringHelpers \exceptions ;
44
55use Exception ;
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace PhpStringHelpers \exceptions ;
3+ namespace dvlpr1996 \ PhpStringHelpers \exceptions ;
44
55use Exception ;
66
Original file line number Diff line number Diff line change 1010
1111declare (strict_types=1 );
1212
13- namespace PhpStringHelpers \utility ;
13+ namespace dvlpr1996 \ PhpStringHelpers \utility ;
1414
1515use InvalidArgumentException ;
16- use PhpStringHelpers \exceptions \UrlIsNotValidException ;
17- use PhpStringHelpers \exceptions \FileDoesNotExistsException ;
18- use PhpStringHelpers \exceptions \LanguageFileIsNotArrayException ;
16+ use dvlpr1996 \ PhpStringHelpers \exceptions \UrlIsNotValidException ;
17+ use dvlpr1996 \ PhpStringHelpers \exceptions \FileDoesNotExistsException ;
18+ use dvlpr1996 \ PhpStringHelpers \exceptions \LanguageFileIsNotArrayException ;
1919
2020class StrUtility
2121{
@@ -890,7 +890,7 @@ public function hasSpace(string $string): bool
890890 * @param string $email
891891 * @return bool
892892 */
893- public function isEmail (string $ email )
893+ public function isEmail (string $ email ): bool
894894 {
895895 return (bool ) filter_var ($ email , FILTER_VALIDATE_EMAIL );
896896 }
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace PhpStringHelpers \Tests ;
5+ namespace dvlpr1996 \ PhpStringHelpers \Tests ;
66
77use InvalidArgumentException ;
88use PHPUnit \Framework \TestCase ;
9- use PhpStringHelpers \utility \StrUtility ;
10- use PhpStringHelpers \exceptions \UrlIsNotValidException ;
11- use PhpStringHelpers \exceptions \FileDoesNotExistsException ;
12- use PhpStringHelpers \exceptions \LanguageFileIsNotArrayException ;
9+ use dvlpr1996 \ PhpStringHelpers \utility \StrUtility ;
10+ use dvlpr1996 \ PhpStringHelpers \exceptions \UrlIsNotValidException ;
11+ use dvlpr1996 \ PhpStringHelpers \exceptions \FileDoesNotExistsException ;
12+ use dvlpr1996 \ PhpStringHelpers \exceptions \LanguageFileIsNotArrayException ;
1313
1414/**
1515 * @covers StrUtility
You can’t perform that action at this time.
0 commit comments