Skip to content

Commit 95b39e4

Browse files
Fix spelling and line length in comments
1 parent 114d881 commit 95b39e4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/Plugin.php

+8-5
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function getSubscribedEvents()
8989
}
9090

9191
/**
92-
* Entry point for post install and post update events
92+
* Entry point for post install and post update events.
9393
*
9494
* @throws RuntimeException
9595
* @throws LogicException
@@ -108,7 +108,7 @@ public function onDependenciesChangedEvent()
108108
}
109109

110110
/**
111-
* Load all paths from PHP_CodeSniffer into an array
111+
* Load all paths from PHP_CodeSniffer into an array.
112112
*
113113
* @throws RuntimeException
114114
* @throws LogicException
@@ -158,7 +158,8 @@ private function saveInstalledPaths()
158158
/**
159159
* Iterate trough all known paths and check if they are still valid.
160160
*
161-
* If path does not exists, is not an directory or isn't readble, the path is removed from the list.
161+
* If path does not exists, is not an directory or isn't readable, the path
162+
* is removed from the list.
162163
*
163164
* @return bool True if changes where made, false otherwise
164165
*/
@@ -175,7 +176,8 @@ private function cleanInstalledPaths()
175176
}
176177

177178
/**
178-
* Check all installed packages against the installed paths from PHP_CodeSniffer and add the missing ones.
179+
* Check all installed packages against the installed paths from
180+
* PHP_CodeSniffer and add the missing ones.
179181
*
180182
* @return bool True if changes where made, false otherwise
181183
*/
@@ -206,7 +208,8 @@ private function updateInstalledPaths()
206208
}
207209

208210
/**
209-
* Iterates trough Composers' local repository looking for valid Coding Standard packages
211+
* Iterates through Composers' local repository looking for valid Coding
212+
* Standard packages.
210213
*
211214
* @return array Composer packages containing coding standard(s)
212215
*/

0 commit comments

Comments
 (0)