Skip to content

Commit 3e3c42c

Browse files
cedxsebastianbergmann
authored andcommitted
Fixed the lint errors
1 parent b4fa699 commit 3e3c42c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Framework/Assert/Functions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ function countOf($count)
14151415
*/
14161416
function directoryExists()
14171417
{
1418-
return Assert::directoryExists();
1418+
return Assert::directoryExists();
14191419
}
14201420

14211421
/**
@@ -1522,7 +1522,7 @@ function isFalse()
15221522
*/
15231523
function isInfinite()
15241524
{
1525-
return Assert::isInfinite();
1525+
return Assert::isInfinite();
15261526
}
15271527

15281528
/**
@@ -1554,7 +1554,7 @@ function isJson()
15541554
*/
15551555
function isNan()
15561556
{
1557-
return Assert::isNan();
1557+
return Assert::isNan();
15581558
}
15591559

15601560
/**
@@ -1574,7 +1574,7 @@ function isNull()
15741574
*/
15751575
function isReadable()
15761576
{
1577-
return Assert::isReadable();
1577+
return Assert::isReadable();
15781578
}
15791579

15801580
/**
@@ -1606,7 +1606,7 @@ function isType($type)
16061606
*/
16071607
function isWritable()
16081608
{
1609-
return Assert::isWritable();
1609+
return Assert::isWritable();
16101610
}
16111611

16121612
/**

0 commit comments

Comments
 (0)