Skip to content

Commit

Permalink
Merge pull request #3 from Larium/remove-vim-comment
Browse files Browse the repository at this point in the history
Remove vim comments
  • Loading branch information
akDeveloper authored Aug 22, 2021
2 parents 7222d98 + b6d15b3 commit e10d26d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-16 Andreas Kollaros
Copyright (c) 2015-21 Andreas Kollaros

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"psr-4": {
"Larium\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^4.0"
}
}
2 changes: 0 additions & 2 deletions src/CreditCard/CreditCard.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/*
* This file is part of the Larium CreditCard package.
*
Expand Down
2 changes: 0 additions & 2 deletions src/CreditCard/CreditCardDetector.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

namespace Larium\CreditCard;

class CreditCardDetector
Expand Down
2 changes: 0 additions & 2 deletions src/CreditCard/CreditCardValidator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/*
* This file is part of the Larium CreditCard package.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/CreditCard/CreditCardDetectorTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

namespace Larium\CreditCard;

class CreditCardDetectorTest extends \PHPUnit_Framework_TestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/CreditCard/CreditCardTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/*
* This file is part of the Larium CreditCard package.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/CreditCard/CreditCardValidatorTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/*
* This file is part of the Larium CreditCard package.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/CreditCard/ExpiryDateTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/*
* This file is part of the Larium CreditCard package.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/CreditCard/TokenTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

namespace Larium\CreditCard;

use DateTime;
Expand Down

0 comments on commit e10d26d

Please sign in to comment.