-
Notifications
You must be signed in to change notification settings - Fork 1
Violation: WeakTypesComparisonsWithExplanation #5
Copy link
Copy link
Open
Labels
Description
Shouldn't this be fixed in Nette?
// Nette/Application/Routers/Route.php:558
if ($pattern == '' && isset($meta[self::PATTERN])) {
$pattern = $meta[self::PATTERN];
}// Cache.php
return @filemtime($file) == $time; // @ - stat may fail// MySqlDriver - error by hrach ;)
return $item === self::SUPPORT_COLUMNS_META || $item == self::SUPPORT_SELECT_UNGROUPED_COLUMNS;// SqliteDriver.php
if ($column == $info['name'])// DiscoveredReflection.php
if ($table['view'] == FALSE) etc..:
- BlueScreen.php
- Context.php
- RequestFactory.php
- Session.php
- CoreMacros.php
- UIMacros.php
- RobotLoader.php
- SmtpMailer.php
- Finder.php
- Tokenizer.php
- Image.php
Reactions are currently unavailable