Skip to content

Commit 9a390a5

Browse files
committed
.Merge branch 'master' of github.com:nilportugues/sql-query-formatter
2 parents 55c2c6c + 73d5cc1 commit 9a390a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SQL Query Formatter
22
=================
33

4-
[![Build Status](https://travis-ci.org/nilportugues/sql-query-formatter.png)](https://travis-ci.org/nilportugues/sql-query-formatter) [![Coverage Status](https://img.shields.io/coveralls/nilportugues/sql-query-formatter.svg)](https://coveralls.io/r/nilportugues/sql-query-formatter?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nilportugues/sql-query-formatter/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nilportugues/sql-query-formatter/?branch=master) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/a57aa8f3-bbe1-43a5-941e-689d8435ab20/mini.png)](https://insight.sensiolabs.com/projects/a57aa8f3-bbe1-43a5-941e-689d8435ab20) [![Latest Stable Version](https://poser.pugx.org/nilportugues/sql-query-formatter/v/stable.svg)](https://packagist.org/packages/nilportugues/sql-query-formatter) [![Total Downloads](https://poser.pugx.org/nilportugues/sql-query-formatter/downloads.svg)](https://packagist.org/packages/nilportugues/sql-query-formatter) [![License](https://poser.pugx.org/nilportugues/sql-query-formatter/license.svg)](https://packagist.org/packages/nilportugues/sql-query-formatter)
4+
[![Build Status](https://travis-ci.org/nilportugues/sql-query-formatter.svg)](https://travis-ci.org/nilportugues/sql-query-formatter) [![Coverage Status](https://img.shields.io/coveralls/nilportugues/sql-query-formatter.svg)](https://coveralls.io/r/nilportugues/sql-query-formatter?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nilportugues/sql-query-formatter/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nilportugues/sql-query-formatter/?branch=master) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/a57aa8f3-bbe1-43a5-941e-689d8435ab20/mini.png)](https://insight.sensiolabs.com/projects/a57aa8f3-bbe1-43a5-941e-689d8435ab20) [![Latest Stable Version](https://poser.pugx.org/nilportugues/sql-query-formatter/v/stable)](https://packagist.org/packages/nilportugues/sql-query-formatter) [![Total Downloads](https://poser.pugx.org/nilportugues/sql-query-formatter/downloads)](https://packagist.org/packages/nilportugues/sql-query-formatter) [![License](https://poser.pugx.org/nilportugues/sql-query-formatter/license)](https://packagist.org/packages/nilportugues/sql-query-formatter)
55

66

77
A very lightweight PHP class that re-formats unreadable or computer-generated SQL query statements to human-friendly readable text.
@@ -41,7 +41,7 @@ php composer.phar require nilportugues/sql-query-formatter
4141
Sample code:
4242
```php
4343
<?php
44-
use NilPortugues\SqlQueryFormatter\Formatter;
44+
use NilPortugues\Sql\QueryFormatter\Formatter;
4545

4646
$query = <<<SQL
4747
SELECT user.user_id, user.username, (SELECT
@@ -121,7 +121,7 @@ I would like to thank the following people:
121121
SQL Query Formatter is licensed under the MIT license.
122122

123123
```
124-
Copyright (c) 2014 Nil Portugués Calderó
124+
Copyright (c) 2015 Nil Portugués Calderó
125125
126126
Permission is hereby granted, free of charge, to any person obtaining a copy
127127
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)