for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpWinTools\WmiScripting\Query;
class LogicalDiskBuilder extends Builder
{
public function whereDriveType($type)
$this->where('DriveType', '=', $type);
return $this;
}