commit | 1fb500077784638399be79b32fe354aec257413c | [log] [tgz] |
---|---|---|
author | Gabriel Potkány <gadelat@gmail.com> | Wed Feb 04 01:45:59 2015 +0100 |
committer | Gabriel Potkány <gadelat@gmail.com> | Wed Feb 04 01:45:59 2015 +0100 |
tree | 0c8aacc26d8ee3d8113004c0f2a4882274a1efc9 | |
parent | 9cec91be05e13f292f73e59dd08febf5e32859d8 [diff] [blame] |
Fixed inconsistent return types
diff --git a/system/core/Common.php b/system/core/Common.php index c3198b3..9f50974 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -86,7 +86,7 @@ * * @link https://bugs.php.net/bug.php?id=54709 * @param string - * @return void + * @return bool */ function is_really_writable($file) {