@@ -89,7 +89,7 @@ public static function getSubscribedEvents()
89
89
}
90
90
91
91
/**
92
- * Entry point for post install and post update events
92
+ * Entry point for post install and post update events.
93
93
*
94
94
* @throws RuntimeException
95
95
* @throws LogicException
@@ -108,7 +108,7 @@ public function onDependenciesChangedEvent()
108
108
}
109
109
110
110
/**
111
- * Load all paths from PHP_CodeSniffer into an array
111
+ * Load all paths from PHP_CodeSniffer into an array.
112
112
*
113
113
* @throws RuntimeException
114
114
* @throws LogicException
@@ -158,7 +158,8 @@ private function saveInstalledPaths()
158
158
/**
159
159
* Iterate trough all known paths and check if they are still valid.
160
160
*
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.
162
163
*
163
164
* @return bool True if changes where made, false otherwise
164
165
*/
@@ -175,7 +176,8 @@ private function cleanInstalledPaths()
175
176
}
176
177
177
178
/**
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.
179
181
*
180
182
* @return bool True if changes where made, false otherwise
181
183
*/
@@ -206,7 +208,8 @@ private function updateInstalledPaths()
206
208
}
207
209
208
210
/**
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.
210
213
*
211
214
* @return array Composer packages containing coding standard(s)
212
215
*/
0 commit comments