Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 8, 2018
1 parent b56ab16 commit 97116ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Weirdan\PsalmDoctrineCollections;
namespace Weirdan\DoctrinePsalmPlugin;

use SimpleXMLElement;
use Psalm\Plugin\PluginEntryPointInterface;
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weirdan/psalm-doctrine-collections",
"description": "Stubs to let Psalm understand Doctrine Collections better",
"name": "weirdan/doctrine-psalm-plugin",
"description": "Stubs to let Psalm understand Doctrine better",
"type": "psalm-plugin",
"license": "MIT",
"authors": [
Expand All @@ -15,12 +15,12 @@
},
"extra": {
"psalm" : {
"pluginClass": "Weirdan\\PsalmDoctrineCollections\\Plugin"
"pluginClass": "Weirdan\\DoctrinePsalmPlugin\\Plugin"
}
},
"autoload": {
"psr-4": {
"Weirdan\\PsalmDoctrineCollections\\": ["."]
"Weirdan\\DoctrinePsalmPlugin\\": ["."]
}
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<!-- Paths to check -->
<file>Plugin.php</file>
<file>tests</file>


<!-- inherit rules from: -->
Expand Down

0 comments on commit 97116ff

Please sign in to comment.