Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Commit ac4bd33

Browse files
committed
fix formatting issues
1 parent 18cb41e commit ac4bd33

7 files changed

+5
-39
lines changed

.gitignore

-33
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Created by .ignore support plugin (hsz.mobi)
22
### OSX template
3-
.DS_Store
43
.AppleDouble
54
.LSOverride
65

7-
# Icon must end with two \r
8-
Icon
9-
106
# Thumbnails
117
._*
128

@@ -40,10 +36,6 @@ nb-configuration.xml
4036
Session.vim
4137
.netrwhist
4238
*~
43-
### Windows template
44-
# Windows image file caches
45-
Thumbs.db
46-
ehthumbs.db
4739

4840
# Folder config file
4941
Desktop.ini
@@ -66,13 +58,11 @@ $RECYCLE.BIN/
6658
.env
6759
### Eclipse template
6860
*.pydevproject
69-
.metadata
7061
.gradle
7162
bin/
7263
tmp/
7364
*.tmp
7465
*.bak
75-
*.swp
7666
*~.nib
7767
local.properties
7868
.settings/
@@ -109,29 +99,6 @@ local.properties
10999

110100
*.iml
111101

112-
## Directory-based project format:
113-
.idea/
114-
# if you remove the above rule, at least ignore the following:
115-
116-
# User-specific stuff:
117-
# .idea/workspace.xml
118-
# .idea/tasks.xml
119-
# .idea/dictionaries
120-
121-
# Sensitive or high-churn files:
122-
# .idea/dataSources.ids
123-
# .idea/dataSources.xml
124-
# .idea/sqlDataSources.xml
125-
# .idea/dynamic.xml
126-
# .idea/uiDesigner.xml
127-
128-
# Gradle:
129-
# .idea/gradle.xml
130-
# .idea/libraries
131-
132-
# Mongo Explorer plugin:
133-
# .idea/mongoSettings.xml
134-
135102
## File-based project format:
136103
*.ipr
137104
*.iws

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ before_script:
1010
- composer install --no-interaction --prefer-source
1111

1212
script:
13-
- composer test
13+
- composer test

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ The Apache license Version 2.0. Please see [License File](LICENSE.md) for more i
5151

5252
[link-packagist]: https://packagist.org/packages/fingo/laravel-cache-fallback
5353
[link-travis]: https://travis-ci.org/fingo/laravel-cache-fallback
54-
[link-downloads]: https://packagist.org/packages/fingo/laravel-cache-fallback
54+
[link-downloads]: https://packagist.org/packages/fingo/laravel-cache-fallback

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"cache",
88
"fallback",
99
"cache fallback",
10-
"fingo/laravel-cache-fallback",
1110
"fingo",
1211
"laravel-cache-fallback"
1312
],

src/CacheFallbackFacade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ protected static function getFacadeAccessor()
1919
{
2020
return 'laravel-cache-fallback';
2121
}
22-
}
22+
}

src/CacheFallbackServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ public function register()
4848

4949
$this->registerCommands();
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)