Skip to content

Commit 3e415fc

Browse files
committed
refactor: Qodana reports fixed
1 parent 456749a commit 3e415fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/nl/deschepers/laraveltinker/repository/ConsoleFileRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ConsoleFileRepository(val project: Project) {
5757
return false
5858
}
5959

60-
fun getTinkerConsoleFiles(): List<VirtualFile> {
60+
private fun getTinkerConsoleFiles(): List<VirtualFile> {
6161
val files = FileTypeIndex.getFiles(LaravelTinkerConsoleType.INSTANCE, GlobalSearchScope.projectScope(project))
6262
.sortedByDescending { it.modificationStamp }
6363
return files

src/main/kotlin/nl/deschepers/laraveltinker/util/PlugUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import nl.deschepers.laraveltinker.settings.PersistentApplicationCache
1313
* Consider financially supporting me to get a legit key <3
1414
*/
1515
object PlugUtil {
16-
internal const val SUPPORT_MESSAGE_EXECUTIONS = 10
16+
private const val SUPPORT_MESSAGE_EXECUTIONS = 10
1717

1818
fun getPlug(): String? {
1919
if (!hasValidKey()) {

0 commit comments

Comments
 (0)