Skip to content

Commit b6a362a

Browse files
committed
@return self -> static
1 parent ffc48af commit b6a362a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/RobotLoader/RobotLoader.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct()
5757
/**
5858
* Register autoloader.
5959
* @param bool prepend autoloader?
60-
* @return self
60+
* @return static
6161
*/
6262
public function register($prepend = FALSE)
6363
{
@@ -113,7 +113,7 @@ public function tryLoad($type)
113113
/**
114114
* Add path or paths to list.
115115
* @param string|string[] absolute path
116-
* @return self
116+
* @return static
117117
*/
118118
public function addDirectory($path)
119119
{
@@ -337,7 +337,7 @@ private function scanPhp($code)
337337

338338
/**
339339
* Sets auto-refresh mode.
340-
* @return self
340+
* @return static
341341
*/
342342
public function setAutoRefresh($on = TRUE)
343343
{
@@ -347,7 +347,7 @@ public function setAutoRefresh($on = TRUE)
347347

348348

349349
/**
350-
* @return self
350+
* @return static
351351
*/
352352
public function setCacheStorage(Nette\Caching\IStorage $storage)
353353
{

0 commit comments

Comments
 (0)