Skip to content

Commit 96708d3

Browse files
committed
Ignore coding standard for root RoboFile.
1 parent 7842faf commit 96708d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RoboFile.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// @codingStandardsIgnoreStart
4+
35
/**
46
* This is project's console commands configuration for Robo task runner.
57
*
@@ -14,3 +16,5 @@ class RoboFile extends Tasks
1416
{
1517
// define public methods as commands
1618
}
19+
20+
// @codingStandardsIgnoreEnd

0 commit comments

Comments
 (0)