mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +03:00
Fix documentation for AbstractStyle and StyleInterface
This commit is contained in:
parent
b8fa2dc338
commit
414b5c6b60
@ -97,7 +97,7 @@ abstract class AbstractStyle
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds base path for style files. This path is relative Mibew root and
|
* Builds base path for style files. This path is relative to Mibew root and
|
||||||
* does not contain neither leading nor trailing slash.
|
* does not contain neither leading nor trailing slash.
|
||||||
*
|
*
|
||||||
* @return string Base path for style files
|
* @return string Base path for style files
|
||||||
|
@ -55,7 +55,7 @@ interface StyleInterface
|
|||||||
public static function availableStyles();
|
public static function availableStyles();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds base path for style files. This URL is relative Mibew root and
|
* Builds base path for style files. This path is relative to Mibew root and
|
||||||
* does not contain neither leading nor trailing slash.
|
* does not contain neither leading nor trailing slash.
|
||||||
*
|
*
|
||||||
* @return string Base path for style files
|
* @return string Base path for style files
|
||||||
|
Loading…
Reference in New Issue
Block a user