Skip to content

Commit

Permalink
fix 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-diudiun committed Jun 15, 2022
1 parent 4988d8d commit 9b807dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Libs;
namespace Memcrab\Config;

class Config
{
Expand Down
7 changes: 4 additions & 3 deletions tests/ConfigTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
require_once __DIR__ . "/../vendor/autoload.php";

class ConfigTest extends PHPUnit_Framework_TestCase {
protected $yam
}
class ConfigTest extends PHPUnit_Framework_TestCase
{
protected $yam;
}

0 comments on commit 9b807dd

Please sign in to comment.