File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Magento/Setup/Module/Di/Code/Scanner Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5150
5150
) && acceptData ( elem )
5151
5151
) {
5152
5152
5153
- // Call a native DOM method on the target with the same name name as the event.
5153
+ // Call a native DOM method on the target with the same name as the event.
5154
5154
// Can't use an .isFunction() check here because IE6/7 fails that test.
5155
5155
// Don't do default actions on window, that's where global variables be (#6170)
5156
5156
if ( ontype && elem [ type ] && ! jQuery . isWindow ( elem ) ) {
Original file line number Diff line number Diff line change 6613
6613
* looks up the directive and decorates it with exception handling and proper parameters. We
6614
6614
* call this the boundDirective.
6615
6615
*
6616
- * @param {string} name name of the directive to look up.
6616
+ * @param {string} name of the directive to look up.
6617
6617
* @param {string} location The directive must be found in specific format.
6618
6618
* String containing any of theses characters:
6619
6619
*
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function __construct(
28
28
*
29
29
* @param string $fileName
30
30
*
31
- * @return array array of paths to the configuration files
31
+ * @return array of paths to the configuration files
32
32
*/
33
33
public function scan ($ fileName )
34
34
{
You can’t perform that action at this time.
0 commit comments