File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1415,7 +1415,7 @@ function countOf($count)
1415
1415
*/
1416
1416
function directoryExists ()
1417
1417
{
1418
- return Assert::directoryExists ();
1418
+ return Assert::directoryExists ();
1419
1419
}
1420
1420
1421
1421
/**
@@ -1522,7 +1522,7 @@ function isFalse()
1522
1522
*/
1523
1523
function isInfinite ()
1524
1524
{
1525
- return Assert::isInfinite ();
1525
+ return Assert::isInfinite ();
1526
1526
}
1527
1527
1528
1528
/**
@@ -1554,7 +1554,7 @@ function isJson()
1554
1554
*/
1555
1555
function isNan ()
1556
1556
{
1557
- return Assert::isNan ();
1557
+ return Assert::isNan ();
1558
1558
}
1559
1559
1560
1560
/**
@@ -1574,7 +1574,7 @@ function isNull()
1574
1574
*/
1575
1575
function isReadable ()
1576
1576
{
1577
- return Assert::isReadable ();
1577
+ return Assert::isReadable ();
1578
1578
}
1579
1579
1580
1580
/**
@@ -1606,7 +1606,7 @@ function isType($type)
1606
1606
*/
1607
1607
function isWritable ()
1608
1608
{
1609
- return Assert::isWritable ();
1609
+ return Assert::isWritable ();
1610
1610
}
1611
1611
1612
1612
/**
You can’t perform that action at this time.
0 commit comments