We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7371930 commit e0463ddCopy full SHA for e0463dd
src/RobotLoader/RobotLoader.php
@@ -488,8 +488,8 @@ private function loadCache(): void
488
$this->classes = $this->missingClasses = $this->emptyFiles = [];
489
$this->refreshClasses();
490
$this->saveCache($lock);
491
- // On Windows concurrent creation and deletion of a file can cause a error 'permission denied',
492
- // therefore, we will not delete the lock file. Windows is peace of shit.
+ // On Windows concurrent creation and deletion of a file can cause a 'permission denied' error,
+ // therefore, we will not delete the lock file. Windows is a piece of shit.
493
}
494
495
0 commit comments