Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11726151
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
718 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/Reflection/CodeFile.php b/src/Reflection/CodeFile.php
index f4e20e8..05abc84 100644
--- a/src/Reflection/CodeFile.php
+++ b/src/Reflection/CodeFile.php
@@ -1,27 +1,27 @@
<?php
namespace Keruald\OmniTools\Reflection;
use Keruald\OmniTools\IO\File;
class CodeFile extends File {
///
/// Include methods
///
public function tryInclude () : bool {
if (!$this->canBeIncluded()) {
return false;
}
include($this->getFilename());
return true;
}
public function canBeIncluded () : bool {
- return $this->exists() &&$this->isReadable();
+ return $this->exists() && $this->isReadable();
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Sep 19, 00:44 (8 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991995
Default Alt Text
(718 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment