Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

[Insight] Unused use statement should be avoided - in src/GherkinParam.php, line 12 #5

Closed
edno opened this issue Jun 11, 2016 · 0 comments
Labels

Comments

@edno
Copy link
Owner

edno commented Jun 11, 2016

in src/GherkinParam.php, line 12

The class RuntimeException is declared but never used. You should remove the use statement.

 *  {{param}} will be replaced by the value of Fixtures::get('param')
 *
 */
namespace Codeception\Extension;

use RuntimeException;
use Codeception\Util\Fixtures;
use Behat\Gherkin\Node\TableNode;
use ReflectionProperty;

class GherkinParam extends \Codeception\Platform\Extension

Posted from SensioLabsInsight

edno pushed a commit that referenced this issue Jun 11, 2016
@edno edno closed this as completed Jun 11, 2016
@edno edno added the quality label Jan 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant