File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments