Skip to content

Commit

Permalink
Merge pull request #14 from laminas/3.4.x-merge-up-into-3.5.x_4uBs5gOQ
Browse files Browse the repository at this point in the history
Merge release 3.4.1 into 3.5.x
  • Loading branch information
boesing authored Oct 5, 2021
2 parents 4d7e5e1 + 7218e3c commit 40b229d
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 71 deletions.
6 changes: 0 additions & 6 deletions bin/laminas-development-mode
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#!/usr/bin/env php
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

// Setup/verify autoloading
Expand Down
5 changes: 0 additions & 5 deletions src/AutoComposer.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions src/Command.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions src/ConfigDiscoveryTrait.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions src/Disable.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions src/Enable.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions src/Help.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions src/Status.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions test/AutoComposerTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace LaminasTest\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions test/DisableTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace LaminasTest\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions test/EnableTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace LaminasTest\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions test/HelpTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace LaminasTest\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions test/RemoveCacheFileTrait.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace LaminasTest\DevelopmentMode;

Expand Down
5 changes: 0 additions & 5 deletions test/StatusTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-development-mode for the canonical source repository
* @copyright https://github.com/laminas/laminas-development-mode/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-development-mode/blob/master/LICENSE.md New BSD License
*/

namespace LaminasTest\DevelopmentMode;

Expand Down

0 comments on commit 40b229d

Please sign in to comment.