Skip to content

Commit cd43d59

Browse files
authored
[7.x] Fix typos in comments (#33413)
1 parent bcdd71b commit cd43d59

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/Illuminate/Cache/DatabaseStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class DatabaseStore implements Store
4444
protected $lockTable;
4545

4646
/**
47-
* A array representation of the lock lottery odds.
47+
* An array representation of the lock lottery odds.
4848
*
4949
* @var array
5050
*/

src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ protected function typeLongText(Fluent $column)
464464
}
465465

466466
/**
467-
* Create the column definition for a integer type.
467+
* Create the column definition for an integer type.
468468
*
469469
* @param \Illuminate\Support\Fluent $column
470470
* @return string

src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public function deleteJson($uri, array $data = [], array $headers = [])
399399
}
400400

401401
/**
402-
* Visit the given URI with a OPTIONS request.
402+
* Visit the given URI with an OPTIONS request.
403403
*
404404
* @param string $uri
405405
* @param array $data
@@ -415,7 +415,7 @@ public function options($uri, array $data = [], array $headers = [])
415415
}
416416

417417
/**
418-
* Visit the given URI with a OPTIONS request, expecting a JSON response.
418+
* Visit the given URI with an OPTIONS request, expecting a JSON response.
419419
*
420420
* @param string $uri
421421
* @param array $data

src/Illuminate/Support/Testing/Fakes/EventFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function assertDispatched($event, $callback = null)
7171
}
7272

7373
/**
74-
* Assert if a event was dispatched a number of times.
74+
* Assert if an event was dispatched a number of times.
7575
*
7676
* @param string $event
7777
* @param int $times

src/Illuminate/Validation/Rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function dimensions(array $constraints = [])
2727
}
2828

2929
/**
30-
* Get a exists constraint builder instance.
30+
* Get an exists constraint builder instance.
3131
*
3232
* @param string $table
3333
* @param string $column

0 commit comments

Comments
 (0)