Skip to content

Commit

Permalink
Code style tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
snelg committed Apr 1, 2016
1 parent 5e47ae2 commit b82264b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/Dialect/OracleDialectTrait.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/*
/**
* Copyright 2015 Glen Sawyer
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @copyright 2015 Glen Sawyer
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
namespace Cake\Oracle\Dialect;

Expand Down
4 changes: 3 additions & 1 deletion src/Driver/Oracle.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/*
/**
* Copyright 2015 Glen Sawyer
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @copyright 2015 Glen Sawyer
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
namespace Cake\Oracle\Driver;

Expand Down
4 changes: 3 additions & 1 deletion src/OracleCompiler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/*
/**
* Copyright 2015 Glen Sawyer
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @copyright 2015 Glen Sawyer
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
namespace Cake\Oracle;

Expand Down
4 changes: 3 additions & 1 deletion src/Schema/OracleSchema.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/*
/**
* Copyright 2015 Glen Sawyer
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @copyright 2015 Glen Sawyer
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
namespace Cake\Oracle\Schema;

Expand Down
4 changes: 3 additions & 1 deletion src/Statement/Oci8Statement.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/*
/**
* Copyright 2015 Glen Sawyer
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @copyright 2015 Glen Sawyer
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
namespace Cake\Oracle\Statement;

Expand Down
4 changes: 3 additions & 1 deletion src/Statement/OracleStatement.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/*
/**
* Copyright 2015 Glen Sawyer
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* @copyright 2015 Glen Sawyer
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
namespace Cake\Oracle\Statement;

Expand Down

0 comments on commit b82264b

Please sign in to comment.