Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

no new line after <?php open tag and fix trailing_spaces #4977

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions library/Zend/Db/Adapter/Driver/Sqlsrv/Statement.php
@@ -1,5 +1,4 @@
<?php

/**
* Zend Framework (http://framework.zend.com/)
*
Expand Down Expand Up @@ -66,7 +65,7 @@ class Statement implements StatementInterface, Profiler\ProfilerAwareInterface

/**
*
* @var array
* @var array
*/
protected $options = array();

Expand Down