Skip to content

Commit

Permalink
Update header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jun 14, 2020
1 parent 7e99aa5 commit 8c45fee
Show file tree
Hide file tree
Showing 134 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class FilterableFixer implements FixerInterface
};

$header = <<<EOF
This file is part of the Tarantool Client package.
This file is part of the tarantool/client package.
(c) Eugene Leonovich <gen.work@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion examples/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_error/UserNotFound.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_error/example.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/SlowRequestHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/example.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/call.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/delete.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/evaluate.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/execute.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/insert.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/ping.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/prepare.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/replace.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/select.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/update.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/protocol/upsert.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/tarantool16_call/LegacyCallMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/tarantool16_call/LegacyCallRequest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/tarantool16_call/example.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/user_defined_type/Email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/user_defined_type/EmailExtension.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/user_defined_type/example_decimal.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/user_defined_type/example_email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion examples/user_defined_type/example_uuid.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Connection/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Connection/Greeting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Connection/StreamConnection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Dsn.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Error.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/CommunicationFailed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConnectionFailed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RequestDenied.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RequestFailed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/UnexpectedResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/DefaultHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/Handler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/MiddlewareHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Keys.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/AuthenticationMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/CustomErrorMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/FirewallMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/LoggingMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Tarantool Client package.
* This file is part of the tarantool/client package.
*
* (c) Eugene Leonovich <gen.work@gmail.com>
*
Expand Down
Loading

0 comments on commit 8c45fee

Please sign in to comment.