Skip to content

Commit 1fc1d34

Browse files
committed
typo
1 parent 44e8675 commit 1fc1d34

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $loader = new Nette\Loaders\RobotLoader;
3333
// Add directories for RobotLoader to index
3434
$loader->addDirectory('app');
3535
$loader->addDirectory('libs');
36-
// And set caching to the 'temp' directory on the disc
36+
// And set caching to the 'temp' directory
3737
$loader->setTempDirectory('temp');
3838
$loader->register(); // Run the RobotLoader
3939
```

tests/Loaders/file/class.const.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<?php
22

3-
/**
4-
* @phpversion 5.5
5-
*/
6-
73
Xyz::class;
84
Xyz::class;

tests/Loaders/file/trait.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?php
22

3-
/**
4-
* @phpversion 5.4
5-
*/
6-
73
trait TestTrait
84
{
95
}

0 commit comments

Comments
 (0)