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

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelmy committed Aug 21, 2017
1 parent b4a7ce9 commit 1e5a759
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
node_modules
.idea
.DS_Store
.DS_Store
3 changes: 3 additions & 0 deletions .sensiolabs.yml
@@ -0,0 +1,3 @@
rules:
git.user_specific_ignored_file:
enabled: false
1 change: 1 addition & 0 deletions .styleci.yml
@@ -0,0 +1 @@
preset: psr2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,4 +2,4 @@

## 1.0.0 – 2016-12-21

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion Disqus/resources/lang/en/settings.php
Expand Up @@ -6,4 +6,4 @@
return [
'site' => 'Your Disqus website shortname',
'site_instruct' => 'You can find this on the settings page in Disqus',
];
];
2 changes: 1 addition & 1 deletion Disqus/settings.yaml
Expand Up @@ -2,4 +2,4 @@ fields:
site:
type: text
validate: required
width: 100
width: 100
2 changes: 1 addition & 1 deletion LICENSE.md
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,4 +19,4 @@ The `id` identifies your discussion
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 1e5a759

Please sign in to comment.