Skip to content

Commit

Permalink
changes namespace of php classes to swkberlin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksdck committed Mar 5, 2016
1 parent 9f667d4 commit bac616e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions php/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "bwkberlin/php",
"name": "swkberlin/php",
"description": "Shell project for PHP testing",
"type": "Project",
"autoload": {
"psr-4": {
"bwkberlin\\": "src/"
"swkberlin\\": "src/"
}
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion php/src/Kata.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace bwkberlin;
namespace swkberlin;

class Kata
{
Expand Down
2 changes: 1 addition & 1 deletion php/tests/KataTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use bwkberlin\Kata;
use swkberlin\Kata;

class KataTest extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit bac616e

Please sign in to comment.