Skip to content

Commit

Permalink
Clean up two small CS issues introduced in zendframework#6257
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Nov 18, 2014
1 parent 40970f4 commit 734d0cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion library/Zend/Db/Sql/Ddl/Column/Integer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@

class Integer extends Column
{

}
1 change: 0 additions & 1 deletion tests/ZendTest/Db/Sql/Ddl/Column/BinaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ public function testGetExpressionData()
$column->getExpressionData()
);
}

}

0 comments on commit 734d0cf

Please sign in to comment.