How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
| Filter | Label |
|---|
| <?php | |
| namespace Mocks; | |
| use Doctrine\DBAL\Driver\Statement; | |
| /** | |
| * Doctrine DBAL Statement implementing \Iterator. | |
| * | |
| * This class has been created because of a bug in PHPUnit Mock Objects. |