Skip to content

Commit

Permalink
Add RoboFile.php to root directory again.
Browse files Browse the repository at this point in the history
It was previously removed in 23824dd,
but this introduced a problem where an erroring Robo command
would also print an error about a missing RoboFile.php.

This could make debugging errors with Robo commands confusing, since an unrelated error was appearing.
  • Loading branch information
connorshea committed Jun 14, 2019
1 parent 475c299 commit 8f02984
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* This is the project's configuration for Robo task runner. This doesn't actually do anything
* other than exist, to prevent invalid Robo commands from returning unrelated errors.
*
* @see http://robo.li/
*/
class RoboFile extends \Robo\Tasks
{
// This space intentionally left blank.
}

0 comments on commit 8f02984

Please sign in to comment.